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

Set up testing using known test fonts #98

Open Pomax opened 3 years ago

Pomax commented 3 years ago

It'll be good to figure out how we can tap into the same fonts that Harfbuzz does, so that we can verify that Font.js finds all the things it's supposed to find. E.g. https://github.com/harfbuzz/harfbuzz/tree/master/test/shaping/data/text-rendering-tests

And any other dedicated test font, of course.

Pomax commented 3 years ago

(also see https://github.com/unicode-org/text-rendering-tests/issues/63)