Package: cairo
CEnum cairo-hint-metrics-t
Details
Specifies whether to hint font metrics.
Hinting font metrics means quantizing them so that they are integer values in
device space. Doing this improves the consistency of letter and line spacing,
however it also means that text will be laid out differently at different
zoom factors. (defcenum cairo-hint-metrics-t :default :off :on)
| See also |
2021-10-27