Important: The information in this document is obsolete and should not be used for new development.
Handling Fonts in Memory
The Font Manager provides two routines that allow you to manipulate fonts in memory. TheSetFontLock
procedure makes a font resource, which is normally purgeable data in memory, unpurgeable. TheFlushFonts
function erases the Font Manager's memory caches, including resource data and any width tables the Font Manager may have built.
Subtopics
- SetFontLock
- FlushFonts