soimy / msdf-bmfont-xml

Generate BMFont texture and spec XML using msdfgen
https://soimy.github.io/msdf-bmfont-xml/
MIT License
316 stars 46 forks source link

Add support for MTSDF atlas (a combination of MSDF and true SDF in the alpha channel) #70

Open miltoncandelero opened 3 years ago

miltoncandelero commented 3 years ago

It is supported by msdfgen so I think it's just a matter of allowing the flag to be passed directly into it🤔

https://github.com/Chlumsky/msdfgen#console-commands

miltoncandelero commented 3 years ago

I lodked into it and the problem seems to be that the text output doesn't output the alpha channel so we can't make the png file :(