mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-11-16 06:06:56 +00:00
Make default imagewriter font be one we ship
This commit is contained in:
parent
d6938a174b
commit
b67b4eeb25
@ -150,8 +150,8 @@ int g_imagewriter_dpi = 360;
|
||||
char* g_imagewriter_output = "bmp";
|
||||
int g_imagewriter_multipage = 0;
|
||||
int g_imagewriter_timeout = 2;
|
||||
char* g_imagewriter_fixed_font = "roman.ttf";
|
||||
char* g_imagewriter_prop_font = "roman.ttf";
|
||||
char* g_imagewriter_fixed_font = "lib/letgothl.ttf";
|
||||
char* g_imagewriter_prop_font = "lib/letgothl.ttf";
|
||||
|
||||
int g_config_iwm_vbl_count = 0;
|
||||
extern const char g_gsport_version_str[] = "0.31";
|
||||
|
Loading…
Reference in New Issue
Block a user