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
GType _gType() @property
FontFace self()Returns `this`, for use in `with` statements.
FontFaceGidBuilder builder()Get builder for [pango.font_face.FontFace] Returns: New builder object
pango.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.fontfamily.FontFamily] that face belongs to. Returns: the [pango.fontfamily.FontFamily]
bool isSynthesized()Returns whether a [pango.font_face.FontFace] is synthesized.
void listSizes(out int[] sizes)List the available sizes for a font.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [pango.font_face.FontFace]

Methods