PangoFontFamilyClass.getFace

struct PangoFontFamilyClass
extern (C)
PangoFontFace* function(PangoFontFamily* family, const(char)* name) getFace;

Return Value

the PangoFontFace, or %NULL if no face with the given name exists.

Meta