Sets our main struct and passes it to the parent class.
Creates a nwe font description and set the family nd the size
Creates a new font description structure with all fields unset.
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.
Frees a font description.
Gets the family name field of a font description.
Gets the gravity field of a font description.
Get the main Gtk struct
Determines which fields in a font description have been set.
Gets the size field of a font description.
Determines whether the size of the font is in points (not absolute) or device units (absolute).
Gets the stretch field of a font description.
the main Gtk struct as a void*
Gets the style field of a PangoFontDescription.
Gets the variant field of a PangoFontDescription.
Gets the variations field of a font description.
Gets the weight field of a font description.
Computes a hash of a PangoFontDescription structure.
Merges the fields that are set in @desc_to_merge into the fields in @desc.
Merges the fields that are set in @desc_to_merge into the fields in @desc, without copying allocated fields.
Sets the size field of a font description, in device units.
Sets the family name field of a font description.
Sets the family name field of a font description, without copying the string.
Sets the gravity field of a font description.
Sets the size field of a font description in fractional points.
Sets the stretch field of a font description.
Sets the style field of a PangoFontDescription.
Sets the variant field of a font description.
Sets the variations field of a font description.
Sets the variations field of a font description.
Sets the weight field of a font description.
Creates a filename representation of a font description.
Creates a string representation of a font description.
Unsets some of the fields in a PangoFontDescription.
Creates a new font description from a string representation.
the main Gtk struct
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.