Archive 17/01/2023.

Urho3D Bitmap Font Generator

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.

  1. Press “Pick Font…” and select font (You can type c:\windows\fonts in path and use system fonts)
  2. Press “Generate”
  3. 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

1vanK

SpriteBatch updated for latest version of engine. also added some examples: