Hi!
Since I couldn't find an easy to use tool for creating and editing fonts for ILI9341_t3, I've created one. So, here it is, Embedded Font Creator:
Features:
Some more screenshots:
Currently available as source from my repository: https://gitlab.com/spook/embeddedfonteditor (if there's an interest, I'll prepare binary pack). Requires Visual Studio 2017 to build.
Many thanks to Paul for his extensive help on developing this one!
Since I couldn't find an easy to use tool for creating and editing fonts for ILI9341_t3, I've created one. So, here it is, Embedded Font Creator:
Features:
- Create font from scratch (specify size, default offset and delta)
- Create font from existing system TTF font
- Easy to use editor with zoom (mouse wheel) and scroll (middle button) as well as continuous drawing
- Preview the whole font or specific string
- Batch glyph operations allows quick tweaks (for instance, batch offset change)
- Quick optimization of character or the whole set (removes empty columns and rows while keeping character's position and size)
- Export to ILI9341_t3 format (.h + .cpp)
Some more screenshots:
Currently available as source from my repository: https://gitlab.com/spook/embeddedfonteditor (if there's an interest, I'll prepare binary pack). Requires Visual Studio 2017 to build.
Many thanks to Paul for his extensive help on developing this one!