[util] Change default font size of hb-view to 256
Most common usecase of hb-view is to test rendering of short words for testing / inspection. Not having to type "--font-size 150" each time isn't such a bad idea...
This commit is contained in:
parent
737dded2e0
commit
2097951110
|
@ -102,10 +102,10 @@ struct option_parser_t
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#define DEFAULT_MARGIN 18
|
#define DEFAULT_MARGIN 64
|
||||||
#define DEFAULT_FORE "#000000"
|
#define DEFAULT_FORE "#000000"
|
||||||
#define DEFAULT_BACK "#FFFFFF"
|
#define DEFAULT_BACK "#FFFFFF"
|
||||||
#define DEFAULT_FONT_SIZE 36
|
#define DEFAULT_FONT_SIZE 256
|
||||||
|
|
||||||
struct view_options_t : option_group_t
|
struct view_options_t : option_group_t
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue