#include <pdffont.h>
Inheritance diagram for wxPdfFontOpenTypeUnicode:

Public Member Functions | |
| wxPdfFontOpenTypeUnicode (int index) | |
| < Constructor | |
| virtual | ~wxPdfFontOpenTypeUnicode () |
| 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 wxString | ConvertCID2GID (const wxString &s) |
| Convert character codes to glyph numbers. | |
| 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. | |
| wxPdfFontOpenTypeUnicode::wxPdfFontOpenTypeUnicode | ( | int | index | ) |
< Constructor
| wxPdfFontOpenTypeUnicode::~wxPdfFontOpenTypeUnicode | ( | ) | [virtual] |
Default destructor.
| wxString wxPdfFontOpenTypeUnicode::GetWidthsAsString | ( | ) | [virtual] |
| double wxPdfFontOpenTypeUnicode::GetStringWidth | ( | const wxString & | s | ) | [virtual] |
| wxString wxPdfFontOpenTypeUnicode::ConvertCID2GID | ( | const wxString & | s | ) | [virtual] |
| bool wxPdfFontOpenTypeUnicode::LoadFontMetrics | ( | wxXmlNode * | root | ) | [virtual] |
Load the font metrics XML file.
| virtual bool wxPdfFontOpenTypeUnicode::SupportsSubset | ( | ) | [inline, virtual] |
| int wxPdfFontOpenTypeUnicode::CreateSubset | ( | wxInputStream * | fontFile, | |
| wxOutputStream * | fontSubset | |||
| ) | [virtual] |
| virtual wxMBConv* wxPdfFontOpenTypeUnicode::GetEncodingConv | ( | ) | [inline, virtual] |
wxMBConv* wxPdfFontOpenTypeUnicode::m_conv [protected] |
Assocated encoding converter.
1.5.1-p1