Fix widths for base fonts (was converting back to UTF-8 instead of preserving

the CP-1252 character set.
This commit is contained in:
Michael R Sweet
2024-12-13 19:56:00 -05:00
parent d3d6683041
commit 2e5319a623
2 changed files with 5 additions and 20 deletions

View File

@ -138,7 +138,7 @@ typedef struct tablerow_s // Table row
// Constants...
//
#define USE_TRUETYPE 1 // Set to 1 to use Roboto TrueType fonts
#define USE_TRUETYPE 0 // Set to 1 to use Roboto TrueType fonts
#if USE_TRUETYPE
# define UNICODE_VALUE true // `true` for Unicode text, `false` for ISO-8859-1