Comprehensive Guide for Developers: Features, Integration, and API Reference
Fonts API. More...
#include <pdfsdk/math_types.h>Go to the source code of this file.
| Classes | |
| struct | PDFontInfo | 
| struct | PDSystemFontsHandler | 
| Typedefs | |
| typedef PDErrCode(PDFSDK_CALLCONV * | PDFontEnumProc) (const PDFontInfo *font, void *clientData) | 
| typedef PDErrCode(PDFSDK_CALLCONV * | PDAddSystemFontProc) (const PDFontInfo *font, const wchar_t *postscriptName, const wchar_t *faceName, void *addFontData) | 
| Enumerations | |
| enum | PDFontStyle { kPDFontStyleRegular = 0 , kPDFontStyleItalic = 1 , kPDFontStyleBold = 2 , kPDFontStyleBoldItalic = 3 } | 
| Functions | |
| PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDEnumSysFonts (PDFontEnumProc proc, void *clientData) | 
| PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDEnumStandardFonts (PDFontEnumProc proc, void *clientData) | 
| PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDDocEnumFonts (PDDoc doc, PDFontEnumProc proc, void *clientData, PDProgressMonitor *mon, void *monData) | 
| PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDDocNeedsExtendedFontsPack (PDDoc doc, bool *pNeeds) | 
| PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDGetSysFontData (const PDFontInfo *font, PDReadStream *pStm) | 
| PDF_CORE_API PDErrCode PDFSDK_CALLCONV | PDSetSystemFontsHandler (const PDSystemFontsHandler *handler, void *clientData) | 
Fonts API.