#include <PdfEncoding.h>
Public Member Functions | |
PdfMacRomanEncoding () | |
Protected Member Functions | |
virtual const pdf_utf16be * | GetToUnicodeTable () const |
PoDoFo::PdfMacRomanEncoding::PdfMacRomanEncoding | ( | ) | [inline] |
Create a new PdfMacRomanEncoding
const pdf_utf16be * PoDoFo::PdfMacRomanEncoding::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.