Lines Matching refs:fonts
8 Detect problematic Noto CJK variable fonts
14 fonts [4]_ [5]_. For PDF, a LaTeX package named xeCJK is used for CJK
16 does not (and likely never will) understand variable fonts for historical
20 fonts are found on the build system. To make matters worse, Fedora enlists
21 variable "Noto CJK" fonts in the requirements of langpacks-ja, -ko, -zh_CN,
26 suggestions if variable-font files of "Noto CJK" fonts are in the list of
27 fonts accessible from XeTeX.
38 * Denylist "variable font" Noto CJK fonts.
40 - Create $HOME/deny-vf/fontconfig/fonts.conf from template below, with
43 - Path of fontconfig/fonts.conf can be overridden by setting an env
49 <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
59 <glob>/usr/share/fonts/google-noto-*-cjk-vf-fonts</glob>
63 <glob>/usr/share/fonts/truetype/Noto*CJK*-VF.otf</glob>
77 - Need non-variable "Noto CJK" fonts.
81 - google-noto-sans-cjk-fonts
82 - google-noto-serif-cjk-fonts
86 - Non-variable "Noto CJK" fonts are not available as distro packages
114 Detect problems with CJK variable fonts that affect PDF builds for
135 Get Noto CJK fonts.
162 Check for problems with CJK fonts.
165 fonts = textwrap.indent("\n".join(self.get_noto_cjk_vf_fonts()), " ")
166 if not fonts:
173 msg += fonts + "\n"
180 tools/docs/check-variable-fonts.py -h