![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A font composed of glyphs from a descendant CIDFont. More...
| error_type CALLING_CONVENTION | Type0Font_ToFont (Type0FontHandle *handle, FontHandle **result) |
| Reinterpret current object as FontHandle. | |
| error_type CALLING_CONVENTION | Type0Font_FromFont (FontHandle *handle, Type0FontHandle **result) |
| Convert ObjectHandle to Type0FontHandle. | |
| error_type CALLING_CONVENTION | Type0Font_Release (Type0FontHandle *handle) |
| Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from FontHandle | |
| error_type CALLING_CONVENTION | Font_CreateFromObject (DictionaryObjectHandle *handle, FontHandle **result) |
| Create new font object from the specified dictionary. | |
Public Member Functions inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
| Increment the internal reference counter. | |
Related Symbols inherited from FontHandle | |
| 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. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
A font composed of glyphs from a descendant CIDFont.
For more details please visit section 9.7 - Composite Fonts.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.