Chlumsky / msdfgen

Multi-channel signed distance field generator
MIT License
3.9k stars 404 forks source link

add loadGlyphShape function #173

Closed malytomas closed 1 year ago

malytomas commented 1 year ago

this function allows making shape from glyph that is already loaded in the freetype face. this allows to load the glyph with different flags.

applies to https://github.com/Chlumsky/msdfgen/issues/172

Chlumsky commented 1 year ago

All API has to be stateless.