Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A dictionary that maps resource names to font dictionaries. More...
error_type CALLING_CONVENTION | FontMap_Contains (FontMapHandle *handle, const NameObjectHandle *key_handle, boolean_type *result) |
Determine if collection contains key key_handle . | |
error_type CALLING_CONVENTION | FontMap_Find (FontMapHandle *handle, const NameObjectHandle *key_handle, FontHandle **result) |
Find mapped value for key key_handle . | |
error_type CALLING_CONVENTION | FontMap_ToUnknown (FontMapHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | FontMap_FromUnknown (IUnknownHandle *handle, FontMapHandle **result) |
Convert IUnknownHandle to FontMapHandle. | |
error_type CALLING_CONVENTION | FontMap_Release (FontMapHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
A dictionary that maps resource names to font dictionaries.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.