Class representing a font encoding checker. More...
#include <pdfencoding.h>
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 | |
Class representing a font encoding checker.
| wxPdfEncodingChecker::wxPdfEncodingChecker | ( | ) |
Default constructor.
| virtual wxPdfEncodingChecker::~wxPdfEncodingChecker | ( | ) | [virtual] |
Destructor.
| wxString wxPdfEncodingChecker::GetEncodingName | ( | ) | const |
Get the name of the encoding used for checking.
| virtual bool wxPdfEncodingChecker::IsIncluded | ( | wxUint32 | unicode ) | const [pure virtual] |
Check whether a given Unicode character is included in the encoding.
wxString wxPdfEncodingChecker::m_encoding [protected] |
name of the encoding
1.7.2