From 92c5d41fa63c5f6465def2ac75f7ef32f95efbc8 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 27 Apr 2018 19:29:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd3c40e..86342cc 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Configuration of the library font selections, pins used to interface with the TF Anti-aliased (smooth) font files in "vlw" format are generated by the free [Processing IDE](https://processing.org/) using a sketch included in the library Tools folder. This sketch with the Processing IDE can be used to generate font files from your computer's font set or any TrueType (.ttf) font, the font file can include **any** combination of 16 bit Unicode characters. This means Greek, Japanese and any other UCS-2 glyphs can be used. Character arrays and Strings in UTF-8 format are supported. -Here is the Adafruit_GFX "FreeSans12pt" bitmap font compared to the same font in drawn as anti-aliased: +Here is the Adafruit_GFX "FreeSans12pt" bitmap font compared to the same font drawn as anti-aliased: ![Smooth_font](https://i.imgur.com/gAeDPFY.png)