Lines Matching full:variable
8 Detect problematic Noto CJK variable fonts.
12 tumbleweed have started deploying variable-font [3] format of "Noto CJK"
15 does not (and likely never will) understand variable fonts for historical
18 The build error happens even when both of variable- and non-variable-format
20 variable "Noto CJK" fonts in the requirements of langpacks-ja, -ko, -zh_CN,
25 suggestions if variable-font files of "Noto CJK" fonts are in the list of
39 * Denylist "variable font" Noto CJK fonts.
43 variable FONTS_CONF_DENY_VF.
51 Ignore variable-font glob (not to break xetex)
75 - Need non-variable "Noto CJK" fonts.
80 - Non-variable "Noto CJK" fonts are not available as distro packages
90 Uninstalling "variable font" packages can be dangerous.
104 Detect problems with CJK variable fonts that affect PDF builds for
124 cmd = ["fc-list", ":", "file", "family", "variable"]
136 if 'variable=True' not in line:
155 msg += 'XeTeX is confused by "variable font" files listed below:\n'
161 For more info on denylisting, other options, and variable font, run:
163 tools/docs/check-variable-fonts.py -h