Fork of SharpLCD by Rohit Grover

Revision:
9:fc71206a6b64
Parent:
6:ed1a32ac4a1c
--- a/dotfont.h	Tue Apr 28 14:39:16 2015 +0000
+++ b/dotfont.h	Wed May 13 08:14:07 2015 +0000
@@ -20,6 +20,7 @@
 typedef struct FONT_INFO {
     const char              *familyName;
     unsigned int            pointSize;
+    unsigned int                     spacing;
     const FONT_CHAR_INFO*   descriptors;
     const uint8_t*          bitmaps;
 } FONT_INFO;