wxPdfFontType1 Class Reference

Class representing Type 1 fonts. (For internal use only). More...

#include <pdffont.h>

Inheritance diagram for wxPdfFontType1:

wxPdfFont List of all members.

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.

Detailed Description

Class representing Type 1 fonts. (For internal use only).


Constructor & Destructor Documentation

wxPdfFontType1::wxPdfFontType1 ( int  index  ) 

< Constructor

wxPdfFontType1::~wxPdfFontType1 (  )  [virtual]

Default destructor.


Member Function Documentation

double wxPdfFontType1::GetStringWidth ( const wxString &  s  )  [virtual]

Get the width of a string.

Reimplemented from wxPdfFont.

bool wxPdfFontType1::LoadFontMetrics ( wxXmlNode *  root  )  [virtual]

Load the font metrics XML file.

int wxPdfFontType1::CreateSubset ( wxInputStream *  fontFile,
wxOutputStream *  fontSubset 
) [virtual]

Create font subset.

Reimplemented from wxPdfFont.

virtual wxMBConv* wxPdfFontType1::GetEncodingConv (  )  [inline, virtual]

Get the associated encoding converter.

Reimplemented from wxPdfFont.


Member Data Documentation

wxMBConv* wxPdfFontType1::m_conv [protected]

Assocated encoding converter.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:38 2006 for wxPdfDocument by  doxygen 1.5.1-p1