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

Structure describing core fonts (For internal use only) More...

#include <pdfcorefontdata.h>

Public Attributes

const wxChar * family
 font family More...
 
const wxChar * alias
 font family alias More...
 
const wxChar * name
 font name More...
 
short * cwArray
 array of character widths More...
 
const wxPdfKernPairDesckpArray
 array of kerning pairs More...
 
const wxChar * bbox
 bounding box More...
 
int ascent
 ascender More...
 
int descent
 descender More...
 
int capHeight
 height of capital characters More...
 
int flags
 font flags More...
 
int italicAngle
 italic angle More...
 
int stemV
 stemV value More...
 
int missingWidth
 width used for missing characters More...
 
int xHeight
 height of the character X More...
 
int underlinePosition
 position of the underline decoration More...
 
int underlineThickness
 thickness of the underline decoration More...
 

Detailed Description

Structure describing core fonts (For internal use only)

Member Data Documentation

const wxChar* _wxPdfCoreFontDesc::alias

font family alias

int _wxPdfCoreFontDesc::ascent

ascender

const wxChar* _wxPdfCoreFontDesc::bbox

bounding box

int _wxPdfCoreFontDesc::capHeight

height of capital characters

short* _wxPdfCoreFontDesc::cwArray

array of character widths

int _wxPdfCoreFontDesc::descent

descender

const wxChar* _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 wxChar* _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


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