PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
fonts.h File Reference

Fonts API. More...

Go to the source code of this file.

Classes

struct  PDFontInfo
 Specifies the font information. More...

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)

Detailed Description

Fonts API.

Enumeration Type Documentation

◆ 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.