Method
Pango.FontFamily.get_face
Declaration [src]
PangoFontFace*
pango_font_family_get_face (
  PangoFontFamily* family,
  const char* name
)
Parameters
| name | const char* | 
| the name of a face. If the name is  | |
| Can be NULL | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | 
Return value
| Returns: PangoFontFace | |
| the  | |
| Ownership is not transferred to the caller | |
| Can be NULL | |