wxPdfDocument 1.2.0
Public Member Functions | Protected Attributes | List of all members
wxPdfEncodingChecker Class Referenceabstract

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
 

Detailed Description

Class representing a font encoding checker.

Constructor & Destructor Documentation

◆ wxPdfEncodingChecker()

wxPdfEncodingChecker::wxPdfEncodingChecker ( )

Default constructor.

◆ ~wxPdfEncodingChecker()

virtual wxPdfEncodingChecker::~wxPdfEncodingChecker ( )
virtual

Destructor.

Member Function Documentation

◆ GetEncodingName()

wxString wxPdfEncodingChecker::GetEncodingName ( ) const

Get the name of the encoding used for checking.

Returns
the name of the encoding

◆ IsIncluded()

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

◆ m_encoding

wxString wxPdfEncodingChecker::m_encoding
protected

name of the encoding


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