projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737dded
)
[util] Change default font size of hb-view to 256
author
Behdad Esfahbod
<behdad@behdad.org>
Sat, 12 May 2012 13:41:48 +0000
(15:41 +0200)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sat, 12 May 2012 13:41:48 +0000
(15:41 +0200)
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...
util/options.hh
patch
|
blob
|
history
diff --git
a/util/options.hh
b/util/options.hh
index
15d9402
..
ec51ed3
100644
(file)
--- a/
util/options.hh
+++ b/
util/options.hh
@@
-102,10
+102,10
@@
struct option_parser_t
};
-#define DEFAULT_MARGIN
18
+#define DEFAULT_MARGIN
64
#define DEFAULT_FORE "#000000"
#define DEFAULT_BACK "#FFFFFF"
-#define DEFAULT_FONT_SIZE
3
6
+#define DEFAULT_FONT_SIZE
25
6
struct view_options_t : option_group_t
{