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 Jan 3, 2017
1 parent 2421b4f commit e5a7fd0
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 @@ -345,8 +345,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 e5a7fd0

Please sign in to comment.