Package: gtk

Accessor gtk:settings-gtk-hint-font-metrics

Lambda List

gtk:settings-gtk-hint-font-metrics (object)

Syntax

(gtk:settings-gtk-hint-font-metrics object) => setting
(setf (gtk:settings-gtk-hint-font-metrics object) setting)

Arguments

object -- a gtk:settings object
setting -- a boolean whether hinting should be applied to font metrics

Details

The accessor for the gtk-hint-font-metrics slot of the gtk:settings class gets or sets whether hinting should be applied to font metrics. Note that this also turns off subpixel positioning of glyphs, since it conflicts with metrics hinting.

Since 4.6
 

See also

2025-09-23