Default GtkEntry font

Hi,
Looking for a way to retrieve the default GtkEntry font can use in m program.
Or f it is not possible the font name with all parameters…

Thank you.

Hi,

Get the entry’s Pango context with Gtk.Widget.get_pango_context
Then the font description with Pango.Context.get_font_description

The font description contains the various settings of the font, like the size, the family, …

@gwillems ,
Thx.

Does anyone know why am i not getting notification about the (first) reply?

Thank you.