Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Text /
Chapter 4 - Font Manager / Font Manager Reference
Routines / Handling Fonts in Memory


FlushFonts

The FlushFonts function erases the Font Manager's memory caches.

FUNCTION FlushFonts: OSErr;
DESCRIPTION
The FlushFonts function erases all of the Font Manager's memory caches. Your application doesn't need this function unless it directly manipulates data in the outline font resource. Font Manager caches include the width tables, the bitmaps created from the outlines of the outline font resource, the calculations for the outlines, and a small cache of font family resources that have been read into memory.

ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for the FlushFonts function are
Trap macroRoutine selector
_FontDispatch$700C


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996