7sDream / fontfor

Find fonts which can show a specified character and preview them in terminal or browser.
GNU General Public License v3.0
164 stars 7 forks source link

Support color layers(COLR), embed image(sbix), bitmap(CBDT/EBDT) glyph #66

Open 7sDream opened 1 year ago

7sDream commented 1 year ago

We only get glyph outline(glyf, CFF, CFF2), not any kind of glyph data table like bitmap/image/color/svg.

So there may be some font face which supports asked character, but the tui preview show empty result. But many fonts also provided a outline as fallback, so it's not very likely to happen.

Therefore, personally I consider it a low priority issue . If you meet this, feel free to comment here.