Important: The information in this document is obsolete and should not be used for new development.
FlushFonts
TheFlushFonts
function erases the Font Manager's memory caches.
FUNCTION FlushFonts: OSErr;DESCRIPTION
TheFlushFonts
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 theFlushFonts
function are
Trap macro Routine selector _FontDispatch $700C