Method
GtkWidgetoverride_font
Declaration [src]
void
gtk_widget_override_font (
GtkWidget* widget,
const PangoFontDescription* font_desc
)
Description [src]
Sets the font to use for a widget. All other style values are left untouched. See gtk_widget_override_color().
Available since: | 3.0 |
Deprecated since: | 3.16 |
This function is not useful in the context of CSS-based
rendering. If you wish to change the font a widget uses to render its text
you should use a custom CSS style, through an application-specific
|
Parameters
font_desc |
PangoFontDescription |
The font description to use, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |