photopea / Typr.js

Typr.js - process fonts in Javascript
MIT License
914 stars 73 forks source link

How to use typr.js to modify my glyph and use it back as a font ? #24

Closed nestarz closed 5 years ago

nestarz commented 5 years ago

Hello,

I want to modify each glyph of my font inside the browser (make it variable using mousePosition for example) and render it as a font (selectable, apply text-decoration, and everything), is it possible with Typr.js and if not, can I make it work with this lib and other ones ?

Thanks,

photopea commented 5 years ago

Hi, you can render text using Typr.js (see the description at the main page). But you can not save the new font into a TTF or OTF file.