Re: make doc error on current master
Werner LEMBERG <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
>> Which font file is this? Looking into Google's 'noto-cjk' git
>> repository, there are multiple choices:
>> NotoSerifCJK-ExtraLight.ttc
>> NotoSerifCJKjp-ExtraLight.otf
>> NotoSerifCJK-VF.otf.ttc
>> NotoSerifCJK-VF.ttf.ttc
>> NotoSerifCJKjp-VF.otf
>> NotoSerifCJKjp-VF.ttf
>>
>
> Based on the name, I would say it's the second one, that is
> NotoSerifCJKjp-ExtraLight.otf
> But if I search in the system dir, I find only:
>
> $ find /usr/share -name NotoSerifCJK*
> /usr/share/fonts/google-noto-serif-cjk-vf-fonts/NotoSerifCJK-VF.ttc
>
> which is provided by the google-noto-serif-cjk-vf-fonts package.
I see, thanks. Alas, this is actually another bug in FontConfig; it
doesn't properly handle Font Variations in TTCs. I've reported it
just now as
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/488
Werner