Implement TTC
FoggyFinder opened this issue ยท 3 comments
FoggyFinder commented
From ReadMe
1.Loads .ttf, .otf files, with OpenFontReader.
Does it mean there is no support for, let's say, .ttc
format?
Happypig375 commented
.ttc
s have a ttcf
table at the start.
Currently the reader expects an OS/2
table at the start.
Typography/Typography.OpenFont/OpenFontReader.cs
Lines 92 to 98 in a48c5d5
So yeah,
.ttc
s are not supported right now. It can easily be implemented, though.FoggyFinder commented
Thanks. I think it will be great to have ability to use .ttc
too :)