![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Base class for all fonts in to representable inside a PDF document. More...
| error_type CALLING_CONVENTION | Font_CreateFromObject (DictionaryObjectHandle *handle, FontHandle **result) |
| Create new font object from the specified dictionary. | |
| error_type CALLING_CONVENTION | Font_GetFontType (FontHandle *handle, FontType *result) |
| Get derived type of current object. | |
| error_type CALLING_CONVENTION | Font_GetUnicodeMap (FontHandle *handle, UnicodeCharacterMapHandle **result) |
| A stream containing a CMap file that maps character codes to Unicode values (see 9.10, "Extraction of Text Content"). | |
| error_type CALLING_CONVENTION | Font_ToUnknown (FontHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle. | |
| error_type CALLING_CONVENTION | Font_FromUnknown (IUnknownHandle *handle, FontHandle **result) |
| Convert IUnknownHandle to FontHandle. | |
| error_type CALLING_CONVENTION | Font_Release (FontHandle *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. | |
Base class for all fonts in to representable inside a PDF document.
For more details please visit section 9.5 - Introduction to Font Data Structures.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.