yeslogic / allsorts-tools

Various font tools built using Allsorts
Apache License 2.0
79 stars 12 forks source link

Rework shape tool to use FontDataImpl #12

Closed wezm closed 3 years ago

wezm commented 3 years ago

I was sketching out some thoughts on the Allsorts API and noticed that the shape tool would be less concerned with low-level details if it used FontDataImpl so I changed it to use that.

Additionally this makes it gain support for shaping text using WOFF and WOFF2 fonts. I also allowed the font index to be specified on the CLI for TTC and WOFF2 font collections.