luaotfload
luaotfload copied to clipboard
fails to load .otf.ttc file
For example, on loading NotoSansCJK-VF.otf.ttc:
! error: (file /usr/share/fonts/NotoSansCJK-VF.otf.ttc) (ttf): loca table not
found
It seems luaotfload treats all .ttc files as TTF collections.
Try with Renderer=HarfBuzz
Try with
Renderer=HarfBuzz
Got warnings like:
warning (file /usr/share/fonts/NotoSansCJK-VF.otf.ttc) (cff2): unsupported blend operator
and the glyphs don't show up in the PDF.
Try with
Renderer=HarfBuzz
Got warnings like:
warning (file /usr/share/fonts/NotoSansCJK-VF.otf.ttc) (cff2): unsupported blend operator
and the glyphs don't show up in the PDF.
It's because HB renderer does not support VF now (#197).
Renderer=HarfBuzz
works fine with texlive-2022. Closing.