Closed lucastle6969 closed 6 years ago
Wouldn't it be more logical to use '\n'
than '}'
for newline?
I originally tried to make it \n but I ran into some trouble because \n is already an escape character . . . I dodn't spend much time trying to figure it out , because of time constraints, but basically you can't write case '\': without some special escape key first which I didn't bother finding
You can do:
switch (char) {
case '\n':
// do something
// ...
}
I just tried it.
Hey @lucastle6969 do you plan to merge this?
I haven't found a fix for the space . . you can merge if you like
Merged. I'll make a new issue for dash (negative sign) support which is the reason for the space issue I believe.
support for colon (OUTLINE_FONT) only