Pomax / lib-font

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

Modify font object #134

Closed ollimeier closed 1 year ago

ollimeier commented 1 year ago

Hi there,

I am wondering if lib-font is able to modify fonts as well or if reads the data only? If it reads only, are there any plans to add functionality to modify and save fonts? And if there are no such plans, do you know any other JavaScript library which is able to do so?

Thanks a lot in advance, Olli

ollimeier commented 1 year ago

The basic question is, I am wondering if there is a javascript module similar to fonttools https://github.com/fonttools/fonttools ?

Pomax commented 1 year ago

There is no intention for this library to ever be able to modify/save fonts. But maybe https://github.com/opentypejs/opentype.js#writing-a-font does what you need?