Virtual Method
GtkFontChooserget_font_family
Declaration [src]
PangoFontFamily*
get_font_family (
GtkFontChooser* fontchooser
)
Description [src]
Gets the PangoFontFamily
representing the selected font family.
Font families are a collection of font faces.
If the selected font is not installed, returns NULL
.
Return value
Returns: | PangoFontFamily |
A |
|
The data is owned by the called function. | |
The return value can be NULL . |