Allow specific gray and subpixel choices for antialiasing

dev
Andy Meneely 2015-04-13 21:01:01 -04:00
parent 7360c8f550
commit e268246337
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ module Squib
'best' => 'subpixel',
'good' => 'gray',
'fast' => 'gray',
'gray' => 'gray',
'subpixel' => 'subpixel'
}
# These are parameters that are intended to be "expanded" across
# range if they are singletons.