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

A font composed of glyphs from a descendant CIDFont. More...

Inheritance diagram for CompositeFontHandle:
FontHandle IUnknownHandle
error_type CompositeFont_GetUnicodeMap (CompositeFontHandle *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 CompositeFont_Release (CompositeFontHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from FontHandle
error_type Font_Type (FontHandle *handle, FontType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

A font composed of glyphs from a descendant CIDFont.

For more details please visit section 9.7 - Composite Fonts.

Friends And Related Function Documentation

◆ CompositeFont_Release()

error_type CompositeFont_Release ( CompositeFontHandle 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: