mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-13 06:24:25 +02:00
Fix widths for base fonts (was converting back to UTF-8 instead of preserving
the CP-1252 character set.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user