| Mac OS X header: | ApplicationServices/ApplicationServices.h |
| Mac OS 9 header: | Fonts.h |
| Initializing the Font Manager Functions | |
| InitFonts | Initializes the Font Manager. |
InitFonts |
| Carbon status: | Unsupported |
Initializes the Font Manager.
void InitFonts ();
If the system font isnt already in memory, the InitFonts function reads it into memory. Call this function once, after calling the InitGrafs function and before calling any other Font Manager functions or any Toolbox function that calls the Font Manager.
Typically, the Font Manager has already been initialized when your application opens. However, you should call the InitFonts function before you call any Font Manager or QuickDraw text functions, just to be sure.
Not available in Carbon.
There is no need to initialize the Font Manager because the shared library is loaded as needed.
© 2001 Apple Computer, Inc. (Last Updated July 21, 2001)