ThemingEngine.getFont

Warning gtk_theming_engine_get_font has been deprecated since version 3.8 and should not be used in newly-written code. Use gtk_theming_engine_get() Returns the font description for a given state.

class ThemingEngine
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. [transfer none] Since 3.0

Meta