luaotfload icon indicating copy to clipboard operation
luaotfload copied to clipboard

fails to load .otf.ttc file

Open xry111 opened this issue 3 years ago • 4 comments

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.

xry111 avatar Feb 11 '22 08:02 xry111

Try with Renderer=HarfBuzz

u-fischer avatar Feb 11 '22 08:02 u-fischer

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.

xry111 avatar Feb 11 '22 12:02 xry111

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).

xry111 avatar Feb 12 '22 14:02 xry111

Renderer=HarfBuzz works fine with texlive-2022. Closing.

xry111 avatar Apr 19 '22 01:04 xry111