Class representing a font encoding checker.
More...
#include <pdfencoding.h>
List of all members.
Protected Attributes |
| wxString | m_encoding |
| | name of the encoding
|
Detailed Description
Class representing a font encoding checker.
Constructor & Destructor Documentation
| wxPdfEncodingChecker::wxPdfEncodingChecker |
( |
| ) |
|
| virtual wxPdfEncodingChecker::~wxPdfEncodingChecker |
( |
| ) |
|
|
virtual |
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 |
The documentation for this class was generated from the following file: