From 16be0b9abb717be1fc8d850779a6d2c7f261d84b Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sun, 11 Mar 2018 00:12:42 +0000 Subject: [PATCH] Revert to defaults --- Tools/Create_Smooth_Font/Create_font/Create_font.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/Create_Smooth_Font/Create_font/Create_font.pde b/Tools/Create_Smooth_Font/Create_font/Create_font.pde index fbd6b91..1363b6b 100644 --- a/Tools/Create_Smooth_Font/Create_font/Create_font.pde +++ b/Tools/Create_Smooth_Font/Create_font/Create_font.pde @@ -109,7 +109,7 @@ String fontType = ".ttf"; //SPIFFS does not accept underscore in file //String fontType = ".otf"; // Use font number instead of name, -1 means use name above, or a value >=0 means use system font number from list. -int fontNumber = 22; // << Use [Number] in brackets from the fonts listed in console window +int fontNumber = -1; // << Use [Number] in brackets from the fonts listed in console window // Define the font size in points for the created font file int fontSize = 28; @@ -312,7 +312,7 @@ static final int[] specificUnicodes = { //*/ // More characters, change next line to //* to use - //* + /* 0x0102, 0x0103, 0x0104, 0x0105, 0x0106, 0x0107, 0x010C, 0x010D, 0x010E, 0x010F, 0x0110, 0x0111, 0x0118, 0x0119, 0x011A, 0x011B,