A TrueType font render support library for microcontrollers using the Arduino IDE
Article excerpt
Open Font Render is a TTF font render support library for microcontrollers using the Arduino IDE by GitHub user takkaO. This library can render TTF font files on an SD card or TTF font files embedded in the program. This program is inspired by M5FontRender.
Features
Available for a variety of hardware using the Arduino IDE
Draws beautiful, anti-aliased fonts
Can be loaded from font data embedded in code (no SD card required)
Can use any drawing library
Can be changed to any version of FreeType.
Check it out on GitHub.