Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_character_map.h File Reference

This file contains contains class definitions for character maps. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  CharacterMapType { CharacterMapType_Embedded = 0, CharacterMapType_Unicode }
 Available types of character maps. More...
 

Detailed Description

This file contains contains class definitions for character maps.

Enumeration Type Documentation

◆ CharacterMapType

Available types of character maps.

Enumerator
CharacterMapType_Embedded 

For character encodings that are not predefined, the PDF file shall contain a stream that defines the CMap.

See also
EmbeddedCharacterMapHandle
CharacterMapType_Unicode 

The Unicode standard defines a system for numbering all of the common characters used in a large number of languages.

See also
UnicodeCharacterMapHandle