truetype2gfx - Convert fonts from TrueType to Adafruit GFX

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
rop
 
Posts: 2
Joined: Sun Sep 16, 2018 2:14 pm

truetype2gfx - Convert fonts from TrueType to Adafruit GFX

Post by rop »

truetype2gfx-screenshot.png
truetype2gfx-screenshot.png (245.31 KiB) Viewed 219 times
[/url]

Many Arduino projects and ready-built devices come with a display. And the Adafruit GFX display driver is used by many of them to display variable-width fonts. Some fonts usually are included with the driver, and then there's a complicated procedure for adding your own fonts. It involves compiling tools and a trial-and-error process for figuring out how big the font will turn out on your display.

But now you can skip all that and convert the fonts your Arduino project needs with ease. No need to compile tools, no more guessing how big a font will be. Simply select a FreeFont or upload any TrueType font, select a size, download the include file and you're ready to use the font in your project.

Click here to play with it...

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”