StyleContext.getFont

Returns the font description for a given state. The returned object is const and will remain valid until the #GtkStyleContext::changed signal happens.

More...
class StyleContext
getFont

Parameters

state GtkStateFlags

state to retrieve the font for

Return Value

the #PangoFontDescription for the given state. This object is owned by GTK+ and should not be freed.

Detailed Description

Deprecated: Use gtk_style_context_get() for "font" or subproperties instead.

Meta