Public Member Functions | Protected Attributes

wxPdfEncodingChecker Class Reference

Class representing a font encoding checker. More...

#include <pdfencoding.h>

List of all members.

Public Member Functions

 wxPdfEncodingChecker ()
 Default constructor.
virtual ~wxPdfEncodingChecker ()
 Destructor.
wxString GetEncodingName () const
 Get the name of the encoding used for checking.
virtual bool IsIncluded (wxUint32 unicode) const =0
 Check whether a given Unicode character is included in the encoding.

Protected Attributes

wxString m_encoding
 name of the encoding

Detailed Description

Class representing a font encoding checker.


Constructor & Destructor Documentation

wxPdfEncodingChecker::wxPdfEncodingChecker (  )

Default constructor.

virtual wxPdfEncodingChecker::~wxPdfEncodingChecker (  ) [virtual]

Destructor.


Member Function Documentation

wxString wxPdfEncodingChecker::GetEncodingName (  ) const

Get the name of the encoding used for checking.

Returns:
the name of the encoding
virtual bool wxPdfEncodingChecker::IsIncluded ( wxUint32  unicode ) const [pure virtual]

Check whether a given Unicode character is included in the encoding.

Returns:
TRUE if the Unicode character is included, FALSE otherwise

Member Data Documentation

wxString wxPdfEncodingChecker::m_encoding [protected]

name of the encoding


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