#include <pdffont.h>
Inheritance diagram for wxPdfFontType1:
Public Member Functions | |
wxPdfFontType1 (int index) | |
< Constructor | |
virtual | ~wxPdfFontType1 () |
Default destructor. | |
virtual double | GetStringWidth (const wxString &s) |
Get the width of a string. | |
virtual bool | LoadFontMetrics (wxXmlNode *root) |
Load the font metrics XML file. | |
virtual int | CreateSubset (wxInputStream *fontFile, wxOutputStream *fontSubset) |
Create font subset. | |
virtual wxMBConv * | GetEncodingConv () |
Get the associated encoding converter. | |
Protected Attributes | |
wxMBConv * | m_conv |
Assocated encoding converter. |
wxPdfFontType1::wxPdfFontType1 | ( | int | index | ) |
< Constructor
wxPdfFontType1::~wxPdfFontType1 | ( | ) | [virtual] |
Default destructor.
double wxPdfFontType1::GetStringWidth | ( | const wxString & | s | ) | [virtual] |
bool wxPdfFontType1::LoadFontMetrics | ( | wxXmlNode * | root | ) | [virtual] |
Load the font metrics XML file.
int wxPdfFontType1::CreateSubset | ( | wxInputStream * | fontFile, | |
wxOutputStream * | fontSubset | |||
) | [virtual] |
virtual wxMBConv* wxPdfFontType1::GetEncodingConv | ( | ) | [inline, virtual] |
wxMBConv* wxPdfFontType1::m_conv [protected] |
Assocated encoding converter.