wxPdfDocument 1.2.0
Public Attributes | List of all members
_wxPdfCoreFontDesc Struct Reference

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 wxPdfKernPairDesckpArray
 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
 

Detailed Description

Structure describing core fonts (For internal use only)

Member Data Documentation

◆ alias

const wxStringCharType* _wxPdfCoreFontDesc::alias

font family alias

◆ ascent

int _wxPdfCoreFontDesc::ascent

ascender

◆ bbox

const wxStringCharType* _wxPdfCoreFontDesc::bbox

bounding box

◆ capHeight

int _wxPdfCoreFontDesc::capHeight

height of capital characters

◆ cwArray

short* _wxPdfCoreFontDesc::cwArray

array of character widths

◆ descent

int _wxPdfCoreFontDesc::descent

descender

◆ family

const wxStringCharType* _wxPdfCoreFontDesc::family

font family

◆ flags

int _wxPdfCoreFontDesc::flags

font flags

◆ italicAngle

int _wxPdfCoreFontDesc::italicAngle

italic angle

◆ kpArray

const wxPdfKernPairDesc* _wxPdfCoreFontDesc::kpArray

array of kerning pairs

◆ missingWidth

int _wxPdfCoreFontDesc::missingWidth

width used for missing characters

◆ name

const wxStringCharType* _wxPdfCoreFontDesc::name

font name

◆ stemV

int _wxPdfCoreFontDesc::stemV

stemV value

◆ underlinePosition

int _wxPdfCoreFontDesc::underlinePosition

position of the underline decoration

◆ underlineThickness

int _wxPdfCoreFontDesc::underlineThickness

thickness of the underline decoration

◆ xHeight

int _wxPdfCoreFontDesc::xHeight

height of the character X


The documentation for this struct was generated from the following file: