pango.font_family
Module for [FontFamily] class
Types 3
A pango.font_family.FontFamily is used to represent a family of related font faces.
The font faces in a family share a common design, but differ in slant, weight, width or other aspects.
Methods
FontFamilyGidBuilder builder() static nothrowGet builder for [pango.font_family.FontFamily] Returns: New builder objectgobject.types.GType itemType() @property nothrowGet `itemType` property. Returns: The type of items contained in this list.uint nItems() @property nothrowGet `nItems` property. Returns: The number of items contained in this list.pango.font_face.FontFace getFace(string name = null) nothrowGets the [pango.font_face.FontFace] of family with the given name.bool isMonospace() nothrowA monospace font is a font designed for text display where the the characters form a regular grid.bool isVariable() nothrowA variable font is a font which has axes that can be modified to produce different faces.void listFaces(out pango.font_face.FontFace[] faces) nothrowLists the different font faces that make up family.classFontFamilyGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gio.list_model.ListModelGidBuilderImpl!T
Fluent builder implementation template for pango.font_family.FontFamily
Fluent builder for pango.font_family.FontFamily
Methods