Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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. |