Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
This file contains contains class definitions for character maps. More...
Go to the source code of this file.
Enumerations | |
enum | CharacterMapType { CharacterMapType_Undefined = 0 , CharacterMapType_Embedded , CharacterMapType_Unicode } |
Available types of character maps. More... | |
This file contains contains class definitions for character maps.
enum CharacterMapType |
Available types of character maps.
Enumerator | |
---|---|
CharacterMapType_Undefined | Undefined unitialized default value, triggers error when used. |
CharacterMapType_Embedded | For character encodings that are not predefined, the PDF file shall contain a stream that defines the CMap.
|
CharacterMapType_Unicode | The Unicode standard defines a system for numbering all of the common characters used in a large number of languages.
|