This factory creates a PdfEncoding from an existing object in the PDF.
More...
#include <PdfEncodingFactory.h>
This factory creates a PdfEncoding from an existing object in the PDF.
◆ CreateEncoding()
Create a new PdfEncoding from either an encoding name or an encoding dictionary.
- Parameters
-
fontObj | font object |
toUnicode | the optional ToUnicode dictionary |
- Returns
- a PdfEncoding or nullptr
◆ CreateMacExpertEncoding()
PdfEncoding PdfEncodingFactory::CreateMacExpertEncoding |
( |
| ) |
|
|
static |
Singleton method which returns a global instance of MacExpertEncoding.
- Returns
- global instance of MacExpertEncoding
◆ CreateMacRomanEncoding()
PdfEncoding PdfEncodingFactory::CreateMacRomanEncoding |
( |
| ) |
|
|
static |
Singleton method which returns a global instance of MacRomanEncoding.
- Returns
- global instance of MacRomanEncoding
◆ CreateWinAnsiEncoding()
PdfEncoding PdfEncodingFactory::CreateWinAnsiEncoding |
( |
| ) |
|
|
static |
Singleton method which returns a global instance of WinAnsiEncoding.
- Returns
- global instance of WinAnsiEncoding
- See also
- GlobalWin1250EncodingInstance, GlobalIso88592EncodingInstance
The documentation for this class was generated from the following files: