#include <pdffont.h>
Inheritance diagram for wxPdfFontTrueTypeUnicode:
Public Member Functions | |
wxPdfFontTrueTypeUnicode (int index) | |
< Constructor | |
virtual | ~wxPdfFontTrueTypeUnicode () |
Default destructor. | |
virtual wxString | GetWidthsAsString () |
Get the character width array as string. | |
virtual double | GetStringWidth (const wxString &s) |
Get the width of a string. | |
virtual bool | LoadFontMetrics (wxXmlNode *root) |
Load the font metrics XML file. | |
virtual bool | SupportsSubset () |
Check whether the font supports subsetting. | |
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. |
wxPdfFontTrueTypeUnicode::wxPdfFontTrueTypeUnicode | ( | int | index | ) |
< Constructor
wxPdfFontTrueTypeUnicode::~wxPdfFontTrueTypeUnicode | ( | ) | [virtual] |
Default destructor.
wxString wxPdfFontTrueTypeUnicode::GetWidthsAsString | ( | ) | [virtual] |
double wxPdfFontTrueTypeUnicode::GetStringWidth | ( | const wxString & | s | ) | [virtual] |
bool wxPdfFontTrueTypeUnicode::LoadFontMetrics | ( | wxXmlNode * | root | ) | [virtual] |
Load the font metrics XML file.
virtual bool wxPdfFontTrueTypeUnicode::SupportsSubset | ( | ) | [inline, virtual] |
int wxPdfFontTrueTypeUnicode::CreateSubset | ( | wxInputStream * | fontFile, | |
wxOutputStream * | fontSubset | |||
) | [virtual] |
virtual wxMBConv* wxPdfFontTrueTypeUnicode::GetEncodingConv | ( | ) | [inline, virtual] |
wxMBConv* wxPdfFontTrueTypeUnicode::m_conv [protected] |
Assocated encoding converter.