From c9708aa155e57978ae4d036b7c7c273d9c3e9c87 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 27 Apr 2018 19:28:42 +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 87e5a82..bd3c40e 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. -The next image shows the differentce between a bitmap and anti-aliased font: +Here is the Adafruit_GFX "FreeSans12pt" bitmap font compared to the same font in drawn as anti-aliased: ![Smooth_font](https://i.imgur.com/gAeDPFY.png)