KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
167:8aa3fb2a5a31
Parent:
161:0215d0eec1a4
--- a/Fonts/FontMods.h	Sun Feb 24 19:28:26 2019 +0000
+++ b/Fonts/FontMods.h	Tue Feb 26 19:52:57 2019 +0000
@@ -1,12 +1,13 @@
 // This file contains a perl script used to modify the mikroe generated fonts.
 //
-// Do not include this file into your project - just copy everything from
+// Do not "include" this file into your project - just copy everything from
 // the #if to the #endif and put it into a .pl file on your local PC to
-// run it.
+// run it (this script requires that you have Perl installed).
 #if 0
 
+# ParseMikroeFont.pl
 #
-# Modify Mikroe Font File and make a few strategic changes
+# Parse and Modify Mikroe Font File and make a few strategic changes
 #
 # Copyright (c) 2019 by Smartware Computing, all rights reserved.
 #
@@ -21,13 +22,14 @@
     "                                                                           ",
     "That tool creates the font data set for an embedded system from a Windows  ",
     "True Type font. The user is encouraged to ensure that the font used is     ",
-    "properly licenses, or drawn from a source that does not have a license     ",
+    "properly licensed, or drawn from a source that does not have a license     ",
     "restriction.                                                               ",
     "                                                                           ",
     "This script will read and then modify the file for a few specific purposes:",
-    "  * <space>   character is redefined to set the width to 1/4 the height.   ",
-    "  * '0' - '9' characters are redefined to set the width equal to width('0')",
-    "              or to the user override value.                               ",
+    "  * <space>   character is redefined to set the width to 1/4 the height,   ",
+    "              because the normal behavior sets it much too narrow.         ",
+    "  * '0' - '9' characters are redefined to set the width equal to the width ",
+    "              of the widest digit, or to the user override value.          ",
     "                                                                           ",
     "And just because it can, it then improves upon the documentation in the    ",
     "resulting data structure.                                                  ",