Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TFT_eSPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
TFT_eSPI
Commits
16be0b9a
Commit
16be0b9a
authored
Mar 11, 2018
by
Bodmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert to defaults
parent
90f70109
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Tools/Create_Smooth_Font/Create_font/Create_font.pde
Tools/Create_Smooth_Font/Create_font/Create_font.pde
+2
-2
No files found.
Tools/Create_Smooth_Font/Create_font/Create_font.pde
View file @
16be0b9a
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment