Skip to content

Commit

Permalink
atg-agg: Allow larger fonts for retina displays
Browse files Browse the repository at this point in the history
  • Loading branch information
yairchu committed Dec 20, 2016
1 parent db558bd commit 8591979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/atb-agg.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ void init( GLFWwindow* window )
"label = 'Size' "
"group = 'Font' "
"min = 6.0 "
"max = 24.0 "
"step = 0.05 "
"max = 60.0 "
"step = 0.2 "
"help = ' ' ");
TwAddVarCB(bar, "LCD filtering", TW_TYPE_BOOL32, set_lcd_filtering, get_lcd_filtering, NULL,
"label = 'LCD filtering' "
Expand Down

0 comments on commit 8591979

Please sign in to comment.