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 pango.font_description.FontDescription.
Make a copy of a pango.font_description.FontDescription, but don't duplicate allocated fields.
Compares two font descriptions for equality.
Gets the family name field of a font description.
Gets the gravity field of a font description.
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.
Gets the style field of a pango.font_description.FontDescription.
Gets the variant field of a pango.font_description.FontDescription.
Gets the variations field of a font description.
Gets the weight field of a font description.
Computes a hash of a pango.font_description.FontDescription 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 pango.font_description.FontDescription.
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 pango.font_description.FontDescription.
Creates a new font description from a string representation.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A pango.font_description.FontDescription describes a font in an implementation-independent manner.
pango.font_description.FontDescription structures are used both to list what fonts are available on the system and also for specifying the characteristics of a font to load.