A full-featured text asset generator built with Qt 6, which creates texture atlases for custom text compositors. Signed distance fields and plain direct-sampled textures can be created, and saved as bitmaps or PNG. The text metrics are output in the AngelCode BMFont format by Andreas Jönsson, as well as a couple of unique formats, including a binary type that needs no additional processing. The asset created can contain multiple channels, each of which can store different fonts or font styles, to enable semi-rich text formatting in your application. Also included is a testing mode for both the atlas itself and custom GLSL fragment shaders. A few basic shaders are built into the application, and examples are provided to demonstrate the injection of custom code. |
Screenshots: Download: 1.0 - Windows 1.0 - Linux *Requires Qt 6.4.1 and FreeType 2.12 |