CFx SDK Documentation
2023 SP0
|
Enumerations | |
enum | FontStyle { kRegular , kBold , kItalic , kBoldItalic } |
enum | Justification { kLeft , kRight , kCenter } |
enum | Rotation { kNone , kCounterClockwise90Degrees , kCounterClockwise180Degrees , kCounterClockwise270Degrees } |
enum | StandardFontsType { kTimesRoman , kHelvetica , kCourier , kSymbol , kTimesBold , kHelveticaBold , kCourierBold , kZapfDingbats , kTimesItalic , kHelveticaOblique , kCourierOblique , kTimesBoldItalic , kHelveticaBoldOblique , kCourierBoldOblique } |
enum | StorageType { kBuiltIn , kExplicit } |
enum | Language { kASCII , kEastEuropeanRoman , kCyrillic , kGreek , kTurkish , kHebrew , kArabic , kBaltic , kChineseTraditional , kChineseSimplified , kJapanese , kKorean , kDefault } |
Contains declarations for text entity options in Teigha Publish.
Font styles.
Enumerator | |
---|---|
kRegular | |
kBold | Normal font style. |
kItalic | Text appears as bold. |
kBoldItalic | Text appears as italic. Text appears as bold and italic. |
Definition at line 283 of file PdfPublishCommon.h.
Text justification values.
Enumerator | |
---|---|
kLeft | |
kRight | Left text justification. |
kCenter | Right text justification. Center text justification. |
Definition at line 293 of file PdfPublishCommon.h.
Enumerator | |
---|---|
kASCII | |
kEastEuropeanRoman | |
kCyrillic | |
kGreek | |
kTurkish | |
kHebrew | |
kArabic | |
kBaltic | |
kChineseTraditional | |
kChineseSimplified | |
kJapanese | |
kKorean | |
kDefault |
Definition at line 334 of file PdfPublishCommon.h.
Text rotation options.
Definition at line 302 of file PdfPublishCommon.h.
Built-in fonts supported by Teigha Publish.
Definition at line 312 of file PdfPublishCommon.h.
Enumerator | |
---|---|
kBuiltIn | |
kExplicit |
Definition at line 329 of file PdfPublishCommon.h.