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 |
Typedefs | |
| typedef PDErrCode(PDFSDK_CALLCONV * | PDFontEnumProc) (const PDFontInfo *font, void *clientData) |
Enumerations | |
| enum | PDFontStyle { kPDFontStyleRegular = 0 , kPDFontStyleItalic = 1 , kPDFontStyleBold = 2 , kPDFontStyleBoldItalic = 3 } |
| Specifies the styling to apply to a font. More... | |
Functions | |
| 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) |
Fonts API.
| enum PDFontStyle |
Specifies the styling to apply to a font.
Note that unlike in word processors, italic, bold and the combination of the two, are actually separate fonts and not the application of these effects onto a base font.
| Enumerator | |
|---|---|
| kPDFontStyleRegular | Regular font style. |
| kPDFontStyleItalic | Italic font style. |
| kPDFontStyleBold | Bold font style. |
| kPDFontStyleBoldItalic | Bold and italic font style. |