Re: Typefaces for Chinese
Werner LEMBERG <[email protected]> Tue, 21 Jul 2026 15:06:31 +0000
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
> For some reason, the Kaiti font files have moved to another location
> on my machine since January. I am not sure why. I did not do
> anything to move them.
>
> [...] But I am not able to add Kaiti to LilyPond.
Please compile a file containing
```
#(ly:font-config-add-directory
"/System/Library/PrivateFrameworks/FontServices.framework/Versions/A/Resources/Fonts/")
#(ly:font-config-add-font
"/System/Library/PrivateFrameworks/FontServices.framework/Versions/A/Resources/Fonts/Subsets/Kaiti.ttc")
#(ly:font-config-display-fonts (current-output-port))
```
Does the returned listing contain your font? It is possible that the
update on your machine changed the font flavour so that it can no
longer be processed with LilyPond. If this is the case I recommend to
get the old fonts and install them locally in a directory that can be
found by FontConfig.
Werner