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

Base class for all fonts in to representable inside a PDF document. More...

Inheritance diagram for FontHandle:
IUnknownHandle CompositeFontHandle
error_type Font_Type (FontHandle *handle, FontType *result)
 Get derived type of current object.
 
error_type Font_ToComposite (FontHandle *handle, CompositeFontHandle **result)
 Reinterpret current object as CompositeFontHandle.
 
error_type Font_Release (FontHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

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.

Friends And Related Function Documentation

◆ Font_Release()

error_type Font_Release ( FontHandle 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: