PoDoFo 0.7.0
|
#include <PdfEncoding.h>
Public Member Functions | |
PdfWinAnsiEncoding () | |
Protected Member Functions | |
virtual const pdf_utf16be * | GetToUnicodeTable () const |
The WinAnsi Encoding is the default encoding in PoDoFo for contents on PDF pages.
It is also called CP-1252 encoding.
Do not allocate this class yourself, as allocations might be expensive. Try using PdfFont::WinAnsiEncoding.
PoDoFo::PdfWinAnsiEncoding::PdfWinAnsiEncoding | ( | ) | [inline] |
Create a new PdfWinAnsiEncoding
const pdf_utf16be * PoDoFo::PdfWinAnsiEncoding::GetToUnicodeTable | ( | ) | const [protected, virtual] |
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.
Implements PoDoFo::PdfSimpleEncoding.