- 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, 14),
...). The default list defines normal, bold,
italic, small, large, boldlarge, huge, boldhuge,
fixed, tt, boldtt, itt
and bitt; aliases omitted from an overruling definition
keep their built-in value.
- 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). As with font.system_fonts,
families omitted from an overruling definition keep their built-in
value.
- font.no_font: font
= normal
- Substitute used when an explicitly-requested font cannot be resolved.