Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
734 stars 72 forks source link

Implement all tables #45

Open Pomax opened 4 years ago

Pomax commented 4 years ago

simple

cmap

advanced

bitmap

bitmap formats

cff

color

other

ttf

variation

yisibl commented 3 years ago

It's great to have supported COLR / CPAL. Is there a plan to support COLR v1?

https://github.com/googlefonts/colr-gradients-spec/blob/master/colr-gradients-spec.md https://groups.google.com/a/chromium.org/g/blink-dev/c/XIXudwZdr44

Pomax commented 3 years ago

Until there's a spec update there is nothing to implement, but if and when it happens, it's quite likely there will be an update.

RoelN commented 3 years ago

I think the GPOS table shouldn't be checked off? 🤔 https://github.com/Pomax/lib-font/blob/master/src/opentype/tables/advanced/shared/subtables/gpos.js

Pomax commented 3 years ago

Indeed not, let's uncheck that again.