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