Update fontconvert_win.md

This commit is contained in:
John Bacas 2016-10-30 12:16:28 +02:00 committed by GitHub
parent 633386a892
commit b9885e15a0

View File

@ -82,6 +82,7 @@ So, if we suppose that you already have a .ttf file with your favorite fonts, ju
```
./fontconvert yourfonts.ttf 9 > yourfonts9pt7b.h
```
You can read more details at: [learn.adafruit](https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts)
You can read more details at: [learn.adafruit](https://learn.adafruit.com/adafruit-gfx-graphics-library/using-fonts).
Taraaaaaammm !! you've just created your new font header file. Put it inside the "Fonts" folder, grab a cup of coffee
and start playing with your Arduino (or whatever else ....)+ display module project.