|
wxPdfDocument 0.9.2
|
Structure describing core fonts (For internal use only) More...
#include <pdfcorefontdata.h>
Public Attributes | |
| const wxChar * | family |
| font family | |
| const wxChar * | alias |
| font family alias | |
| const wxChar * | name |
| font name | |
| short * | cwArray |
| array of character widths | |
| const wxPdfKernPairDesc * | kpArray |
| array of kerning pairs | |
| const wxChar * | bbox |
| bounding box | |
| int | ascent |
| ascender | |
| int | descent |
| descender | |
| int | capHeight |
| height of capital characters | |
| int | flags |
| font flags | |
| int | italicAngle |
| italic angle | |
| int | stemV |
| stemV value | |
| int | missingWidth |
| width used for missing characters | |
| int | xHeight |
| height of the character X | |
| int | underlinePosition |
| position of the underline decoration | |
| int | underlineThickness |
| thickness of the underline decoration | |
Structure describing core fonts (For internal use only)
| const wxChar* _wxPdfCoreFontDesc::alias |
font family alias
ascender
| const wxChar* _wxPdfCoreFontDesc::bbox |
bounding box
height of capital characters
| short* _wxPdfCoreFontDesc::cwArray |
array of character widths
descender
| const wxChar* _wxPdfCoreFontDesc::family |
font family
font flags
italic angle
array of kerning pairs
width used for missing characters
| const wxChar* _wxPdfCoreFontDesc::name |
font name
stemV value
position of the underline decoration
thickness of the underline decoration
height of the character X
1.7.4