FontMap
Object Hierarchy:
Description:
The FontMap represents the set of fonts available for a particular rendering system.
This is a virtual object with implementations being specific to particular rendering systems. To create an implementation of a
FontMap, the rendering-system specific code should allocate a larger structure that contains a nested
FontMap, fill in the klass
member of the nested FontMap
with a pointer to a appropriate FontMap, then call pango_font_map_init
on the structure.
The FontMap structure contains one member which the implementation fills in.
Namespace: Pango
Package: pango
Content:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object