1vanK
https://github.com/1vanK/Urho3DBitmapFontGenerator
In the beginning, I just wanted to make a sprite font generator for https://github.com/1vanK/Urho3DSpriteBatch but after it I added a SDF generator also.
- Press “Pick Font…” and select font (You can type c:\windows\fonts in path and use system fonts)
- Press “Generate”
- Press “Save”
P.S.
SDF fonts render with large scale and after it downscaled to required size. You can decrease “Scale” parameter for fast generation or increase for improve quality
SDF generator uses true brutforce on GPU for maximal quality, so it compiled only for OpenGL
Do not use large radius for thin fonts: stroke effect will look bad