Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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. |