|
PoDoFo 0.9.20
|
#include <PdfEncodingFactory.h>
Static Public Member Functions | |
| static PdfEncoding | CreateEncoding (const PdfObject &fontObj, const PdfFontMetrics &metrics) |
| static PdfEncoding | CreateWinAnsiEncoding () |
| static PdfEncoding | CreateMacRomanEncoding () |
| static PdfEncoding | CreateMacExpertEncoding () |
This factory creates a PdfEncoding from an existing object in the PDF.
|
static |
Create a new PdfEncoding from either an encoding name or an encoding dictionary.
| fontObj | font object |
| toUnicode | the optional ToUnicode dictionary |
|
static |
Singleton method which returns a global instance of MacExpertEncoding.
|
static |
Singleton method which returns a global instance of MacRomanEncoding.
|
static |
Singleton method which returns a global instance of WinAnsiEncoding.