opentype.js icon indicating copy to clipboard operation
opentype.js copied to clipboard

Use Without Canvas

Open brandonmcconnell opened this issue 5 years ago • 1 comments
trafficstars

Is there a way to use Opentype.js without using canvas? I won't be doing any font "point" manipulation. I'm looking to copy the contents from one glyph into another, essentially switching/shuffling characters, writing the new collection to a new .ttf file and then use that font live on the page. Is that possible?

brandonmcconnell avatar Feb 11 '20 17:02 brandonmcconnell

It can be used without Canvas. I think you may directly use this library with Node.js for this use case.

antony-hk avatar Feb 24 '20 16:02 antony-hk

Closing as it has been answered.

Connum avatar Feb 05 '23 13:02 Connum