Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This header is used by Windows GDI. For more information, see:
fontsub.h contains the following programming interfaces:
Functions
CreateFontPackage The CreateFontPackage function creates a subset version of a specified TrueType font, typically in order to pass it to a printer. |
MergeFontPackage The MergeFontPackage function manipulates fonts created by CreateFontPackage. |
Callback functions
CFP_ALLOCPROC Client-provided callback function, used by CreateFontPackage and MergeFontPackage to allocate memory. |
CFP_FREEPROC Client-provided callback function, used by CreateFontPackage and MergeFontPackage to free memory. |
CFP_REALLOCPROC Client-provided callback function, used by CreateFontPackage and MergeFontPackage to reallocate memory when the size of an allocated buffer needs to change. |