graphics and own vector font #530
Replies: 3 comments
-
Posted at 2016-02-16 by @gfwilliams No, but you could compile it with your own font. I think there's a script in there somewhere to create one. I may have generated it using some of the tools I used when I did Morphyre, but actually three.js has a Shape class that should do most of the work for you. IIRC for each character, you just need to work out a series of convex polygons that describe the filled part. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-02-16 by @MaBecker thanks, will try and update this conversation with my steps and results. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-02-16 by @gfwilliams Just to add - making fonts automatically isn't perfect, as I'm sure you noticed. It might be easier just to make (or re-use) a polygon editor and then draw each character by hand. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-02-15 by @MaBecker
Is is possible to set a own vector font like setting a own bitmap font ?
Beta Was this translation helpful? Give feedback.
All reactions