FontDescription
A PangoFontDescription
describes a font in an implementation-independent manner.
PangoFontDescription
structures are used both to list what fonts are available on the system and also for specifying the characteristics of a font to load.
Constructors
Functions
Determines if the style attributes of @new_match are a closer match for @desc than those of @old_match are, or if @old_match is null, determines if @new_match is a match at all.
Make a copy of a PangoFontDescription
.
Make a copy of a PangoFontDescription
, but don't duplicate allocated fields.
Compares two font descriptions for equality.
Gets the gravity field of a font description.
Determines which fields in a font description have been set.
Determines whether the size of the font is in points (not absolute) or device units (absolute).
Gets the stretch field of a font description.
Gets the variant field of a PangoFontDescription
.
Gets the variations field of a font description.
Merges the fields that are set in @desc_to_merge into the fields in
Merges the fields that are set in @desc_to_merge into the fields in
Sets the size field of a font description, in device units.
Sets the family name field of a font description, without copying the string.
Sets the gravity field of a font description.
Sets the stretch field of a font description.
Sets the variant field of a font description.
Sets the variations field of a font description.
Sets the variations field of a font description.
Creates a filename representation of a font description.
Unsets some of the fields in a PangoFontDescription
.