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

A dictionary that maps resource names to font dictionaries. More...

Inheritance diagram for FontMapHandle:
IUnknownHandle
error_type FontMap_Contains (FontMapHandle *handle, const NameObjectHandle *key_handle, boolean_type *result)
 Determine if collection contains key key_handle.
 
error_type FontMap_Find (FontMapHandle *handle, const NameObjectHandle *key_handle, FontHandle **result)
 Find mapped value for key key_handle.
 
error_type FontMap_Release (FontMapHandle *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

A dictionary that maps resource names to font dictionaries.

See also
ResourceDictionaryHandle

Friends And Related Function Documentation

◆ FontMap_Release()

error_type FontMap_Release ( FontMapHandle 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: