gtk_font_rendering
Description:
[ NoAccessorMethod ]
[ Version ( since = "4.16" ) ]
public FontRendering gtk_font_rendering { get; set; }
[ Version ( since = "4.16" ) ]
public FontRendering gtk_font_rendering { get; set; }
How GTK font rendering is set up.
When set to [enum@Gtk.FontRendering.MANUAL], GTK respects the low-level font-related settings ([property@Gtk.Settings:gtk-hint-font-metrics], [ property@Gtk.Settings:gtk-xft-antialias], [property@Gtk.Settings:gtk-xft-hinting], [property@Gtk.Settings:gtk-xft-hintstyle] and [ property@Gtk.Settings:gtk-xft-rgba]) as much as practical.
When set to [enum@Gtk.FontRendering.AUTOMATIC], GTK will consider factors such as screen resolution and scale in deciding how to render fonts.