![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
The Unicode standard defines a system for numbering all of the common characters used in a large number of languages. More...
| error_type CALLING_CONVENTION | UnicodeCharacterMap_GetMappedValue (UnicodeCharacterMapHandle *handle, BufferHandle *key_handle, BufferHandle **result) |
Get unicode representation of key key_handle. | |
| error_type CALLING_CONVENTION | UnicodeCharacterMap_ToCharacterMap (UnicodeCharacterMapHandle *handle, CharacterMapHandle **result) |
| Reinterpret current object as CharacterMapHandle. | |
| error_type CALLING_CONVENTION | UnicodeCharacterMap_FromCharacterMap (CharacterMapHandle *handle, UnicodeCharacterMapHandle **result) |
| Convert CharacterMapHandle to UnicodeCharacterMapHandle. | |
| error_type CALLING_CONVENTION | UnicodeCharacterMap_Release (UnicodeCharacterMapHandle *handle) |
| Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from CharacterMapHandle | |
| error_type CALLING_CONVENTION | CharacterMap_GetCharacterMapType (CharacterMapHandle *handle, CharacterMapType *result) |
| Get derived type of current object. | |
Public Member Functions inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
| Increment the internal reference counter. | |
Related Symbols inherited from CharacterMapHandle | |
| error_type CALLING_CONVENTION | CharacterMap_ToUnknown (CharacterMapHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | CharacterMap_FromUnknown (IUnknownHandle *handle, CharacterMapHandle **result) |
| Convert IUnknownHandle to FontHandle. | |
| error_type CALLING_CONVENTION | CharacterMap_Release (CharacterMapHandle *handle) |
| Decrement the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
The Unicode standard defines a system for numbering all of the common characters used in a large number of languages.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.