PoDoFo 0.7.0
|
#include <PdfEncoding.h>
Public Member Functions | |
PdfDocEncoding () | |
Protected Member Functions | |
virtual const pdf_utf16be * | GetToUnicodeTable () const |
The PdfDocEncoding is the default encoding for all strings in PoDoFo which are data in the PDF file.
Do not allocate this class yourself, as allocations might be expensive. Try using PdfFont::DocEncoding.
PoDoFo::PdfDocEncoding::PdfDocEncoding | ( | ) | [inline] |
Create a new PdfDocEncoding
const pdf_utf16be * PoDoFo::PdfDocEncoding::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.