- PangoReserved2
void function() PangoReserved2;
- getFace
PangoFontFace* function(PangoFontFamily* family, const(char)* name) getFace;
- getName
const(char)* function(PangoFontFamily* family) getName;
- isMonospace
bool function(PangoFontFamily* family) isMonospace;
- isVariable
bool function(PangoFontFamily* family) isVariable;
- listFaces
void function(PangoFontFamily* family, PangoFontFace*** faces, int* nFaces) listFaces;
- parentClass
GObjectClass parentClass;