Pomax / lib-font

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

How to use lookup type 7 (Extension Substitution) #112

Closed RoelN closed 3 years ago

RoelN commented 3 years ago

I get the offset to the extension table, but how to get the coverage?

extensionLookupType: 6
extensionOffset: 1868
substFormat: 1
Pomax commented 3 years ago

Ah, it looks like the substitution resolution is still missing. Let's get that added in.

Pomax commented 3 years ago

I've filed https://github.com/Pomax/lib-font/issues/113 to track this work.

RoelN commented 3 years ago

Thanks, @Pomax! 🙏