Allow specific gray and subpixel choices for antialiasing
parent
7360c8f550
commit
e268246337
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue