FontFamily.getFace

pango.font_face.FontFace getFace(string name = null)

Gets the pango.font_face.FontFace of family with the given name.

Parameters

namethe name of a face. If the name is null, the family's default face (fontconfig calls it "Regular") will be returned.

Returns

the pango.font_face.FontFace,

or null if no face with the given name exists.