- font.scale: real
= 1.0
- Multiplication factor applied to every font's font
<-points
before Pango is asked to render. Useful for HiDPI tweaks.
- font.system_fonts: chain
- Seed for @font_aliases: pairs of alias name → font
object (
normal := font(sans, normal, 12), tt := font(mono, normal, 12),
...). The default list defines normal, bold,
italic, small, large, boldlarge, huge, boldhuge,
fixed, tt and boldtt.
- font.pango_families: chain
- Seed for @font_families: pairs that map an xpce generic
family name (
mono, sans, serif,
plus legacy helvetica,
times, screen) to a Pango family name (or a
comma-separated list of fallbacks).
- font.no_font: font
= normal
- Substitute used when an explicitly-requested font cannot be resolved.