wxPdfDocument
0.9.5
|
Class representing a font encoding checker. More...
#include <pdfencoding.h>
Public Member Functions | |
wxPdfEncodingChecker () | |
Default constructor. More... | |
virtual | ~wxPdfEncodingChecker () |
Destructor. More... | |
wxString | GetEncodingName () const |
Get the name of the encoding used for checking. More... | |
virtual bool | IsIncluded (wxUint32 unicode) const =0 |
Check whether a given Unicode character is included in the encoding. More... | |
Protected Attributes | |
wxString | m_encoding |
name of the encoding More... | |
Class representing a font encoding checker.
wxPdfEncodingChecker::wxPdfEncodingChecker | ( | ) |
Default constructor.
|
virtual |
Destructor.
wxString wxPdfEncodingChecker::GetEncodingName | ( | ) | const |
Get the name of the encoding used for checking.
|
pure virtual |
Check whether a given Unicode character is included in the encoding.
|
protected |
name of the encoding