Chlumsky / msdfgen

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

Just a couple of questions. #167

Closed Stanlyhalo closed 1 year ago

Stanlyhalo commented 1 year ago

Hey, I'm trying to use this, and I have it save a character as a png, not sure if it's suppose to have different color bands, I'm assuming that's normal. But my main questions are simply: Is there a way to just loop through the glyphs and get their correct unicode for proper usage? And is there a way to get ligatures?

I'm okay with making a tool in my project to save a custom font format and can add the ligatures and assign the glyphs manually, but I was just wondering.

Edit*: I could also just add a regex like system to get the glyphs I need.