A simple container for storing font objects.
GObject `-- PangoFontset `-- PangoFontsetSimple
A subclass of PangoFontset that provides a simple container for storing a set of PangoFont objects. The set of fonts in the object are assemble by using the append method.
append() Add a PangoFont to the object. size() Returns the number of fonts in the fontset.