Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
CharacterMapHandle Class Reference

A CMap shall specify the mapping from character codes to character selectors. More...

Inheritance diagram for CharacterMapHandle:
IUnknownHandle EmbeddedCharacterMapHandle UnicodeCharacterMapHandle
error_type CharacterMap_GetType (CharacterMapHandle *handle, CharacterMapType *result)
 Get derived type of current object.
 
error_type CharacterMap_ToUnicode (CharacterMapHandle *handle, UnicodeCharacterMapHandle **result)
 Reinterpret current object as UnicodeCharacterMapHandle*.
 
error_type CharacterMap_ToEmbedded (CharacterMapHandle *handle, EmbeddedCharacterMapHandle **result)
 Reinterpret current object as EmbeddedCharacterMapHandle*.
 
error_type CharacterMap_Release (CharacterMapHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

A CMap shall specify the mapping from character codes to character selectors.

Friends And Related Function Documentation

◆ CharacterMap_Release()

error_type CharacterMap_Release ( CharacterMapHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: