PoDoFo 0.9.1
Public Member Functions | Protected Member Functions

PoDoFo::PdfStandardEncoding Class Reference

#include <PdfEncoding.h>

Inheritance diagram for PoDoFo::PdfStandardEncoding:
PoDoFo::PdfSimpleEncoding PoDoFo::PdfEncoding

List of all members.

Public Member Functions

 PdfStandardEncoding ()

Protected Member Functions

virtual const pdf_utf16be * GetToUnicodeTable () const

Detailed Description

Do not allocate this class yourself, as allocations might be expensive. Try using PdfFont::StandardEncoding.

See also:
PdfFont::StandardEncoding

Constructor & Destructor Documentation

PoDoFo::PdfStandardEncoding::PdfStandardEncoding ( ) [inline]

Create a new PdfStandardEncoding


Member Function Documentation

const pdf_utf16be * PoDoFo::PdfStandardEncoding::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.

Returns:
an array of 256 big endian unicode code points

Implements PoDoFo::PdfSimpleEncoding.