FontFamily
Object Hierarchy:
Description:
[
CCode ( type_id =
"pango_font_family_get_type ()" ) ]
public abstract class FontFamily :
Object
A `PangoFontFamily` is used to represent a family of related font faces.
The font faces in a family share a common design, but differ in slant, weight, width or other aspects.
Content:
Creation methods:
Methods:
- public virtual unowned FontFace? get_face (string? name)
Gets the `PangoFontFace` of this
with the given name.
- public virtual unowned string get_name ()
Gets the name of the family.
- public virtual bool is_monospace ()
A monospace font is a font designed for text display where the the
characters form a regular grid.
- public virtual bool is_variable ()
A variable font is a font which has axes that can be modified to
produce different faces.
- public virtual void list_faces (out (unowned FontFace)[] faces)
Lists the different font faces that make up
this.
Inherited Members:
All known members inherited from class GLib.Object