Including Fonts in an Application
After you create a new font with the Font Editor, you can use it in one of the following ways:
-
Add the font to your application's resource-definition file using the FONT Resource statement. Build the font resource into your application.
-
Create a new resource-definition file and add the font using the FONT Resource statement. Build a resource-only DLL that contains the font. Use an .FON extension instead of a .DLL extension.
Your application can install the font by calling the AddFontResource function. To remove a font, use the RemoveFontResource function.