![]() |
PDFix SDK
6.5.0
|
PdfFontState. More...
Public Attributes | |
PdfFontType | type |
PdfFontFlags | flags |
PdfRect | bbox |
int | ascent |
int | descent |
int | italic |
int | bold |
int | fixed_width |
int | vertical |
int | embedded |
int | height |
PdfFontState.
Font state.
int _PdfFontState::ascent |
Ascent.
PdfRect _PdfFontState::bbox |
Font bounding box.
int _PdfFontState::bold |
1 - true, 0 - false.
int _PdfFontState::descent |
Descent.
int _PdfFontState::embedded |
1 - true, 0 - false.
int _PdfFontState::fixed_width |
1 - true, 0 - false.
PdfFontFlags _PdfFontState::flags |
Font flags.
int _PdfFontState::height |
Font height.
int _PdfFontState::italic |
Italic angle, 0 if horizontal.
PdfFontType _PdfFontState::type |
Font type.
int _PdfFontState::vertical |
1 - true, 0 - false.