|
PoDoFo
0.9.6
|
#include <PdfEncoding.h>
Public Member Functions | |
| PdfWin1250Encoding () | |
Public Member Functions inherited from PoDoFo::PdfWinAnsiEncoding | |
| PdfWinAnsiEncoding () | |
Public Member Functions inherited from PoDoFo::PdfSimpleEncoding | |
| virtual PdfString | ConvertToUnicode (const PdfString &rEncodedString, const PdfFont *pFont) const |
| virtual PdfRefCountedBuffer | ConvertToEncoding (const PdfString &rString, const PdfFont *pFont) const |
| virtual bool | IsAutoDelete () const |
| virtual bool | IsSingleByteEncoding () const |
| const PdfName & | GetName () const |
| virtual pdf_utf16be | GetCharCode (int nIndex) const |
Public Member Functions inherited from PoDoFo::PdfEncoding | |
| bool | operator== (const PdfEncoding &rhs) const |
| bool | operator< (const PdfEncoding &rhs) const |
| int | GetFirstChar () const |
| int | GetLastChar () const |
| const_iterator | begin () const |
| const_iterator | end () const |
Protected Member Functions | |
| virtual const PdfName & | GetID () const |
| virtual const pdf_utf16be * | GetToUnicodeTable () const |
Protected Member Functions inherited from PoDoFo::PdfWinAnsiEncoding | |
| virtual void | AddToDictionary (PdfDictionary &rDictionary) const |
Protected Member Functions inherited from PoDoFo::PdfEncoding | |
| PdfEncoding (int nFirstChar, int nLastChar, PdfObject *=NULL) | |
Additional Inherited Members | |
Protected Attributes inherited from PoDoFo::PdfSimpleEncoding | |
| Util::PdfMutex * | m_mutex |
| Mutex for the creation of the encoding table. | |
Protected Attributes inherited from PoDoFo::PdfEncoding | |
| bool | m_bToUnicodeIsLoaded |
| If true, ToUnicode has been parsed. | |
WINDOWS-1250 encoding
|
inline |
Create a new PdfWin1250Encoding
|
inlineprotectedvirtual |
Get a unique ID for this encoding which can used for comparisons!
Reimplemented from PoDoFo::PdfSimpleEncoding.
|
protectedvirtual |
Gets a table of 256 short values which are the big endian Unicode code points that are assigned to the 256 values of this encoding.
This table is used internally to convert an encoded string of this encoding to and from Unicode.
Reimplemented from PoDoFo::PdfWinAnsiEncoding.