pango.font_face
Module for FontFace class
Types 3
A pango.font_face.FontFace is used to represent a group of fonts with the same family, slant, weight, and width, but varying sizes.
Methods
FontFaceGidBuilder builder()Get builder for [pango.font_face.FontFace] Returns: New builder objectpango.font_description.FontDescription describe()Returns a font description that matches the face.string getFaceName()Gets a name representing the style of this face.pango.font_family.FontFamily getFamily()Gets the [pango.font_family.FontFamily] that face belongs to. Returns: the [pango.font_family.FontFamily]bool isSynthesized()Returns whether a [pango.font_face.FontFace] is synthesized.void listSizes(out int[] sizes)List the available sizes for a font.Fluent builder implementation template for pango.font_face.FontFace
Fluent builder for pango.font_face.FontFace