Offline console utility to convert any font to use with Squix's OLED display library. The online tool list some good font options, however there's sometimes need that developer wants own font to be used.
Please note that input font name should be from the system's installed fonts, not the .ttf file. Install the font in system first, then use font's name in commandline.
- Font name in quotes
- Integer font size
- r = regular, b = bold
java FontConverterV3 "Tahoma" 14 r > font-tahoma.h
java FontConverterV3 "Tahoma" 14 b > font-tahoma.h
Pre-compiled binary under Releases.
Extracted from source of online Font Converter at http://oleddisplay.squix.ch/ with source available at https://github.com/squix78/esp8266-display-tools
Compiled online to binary release using https://www.compilejava.net