Allow specific gray and subpixel choices for antialiasing
parent
7360c8f550
commit
e268246337
|
|
@ -95,6 +95,8 @@ module Squib
|
||||||
'best' => 'subpixel',
|
'best' => 'subpixel',
|
||||||
'good' => 'gray',
|
'good' => 'gray',
|
||||||
'fast' => 'gray',
|
'fast' => 'gray',
|
||||||
|
'gray' => 'gray',
|
||||||
|
'subpixel' => 'subpixel'
|
||||||
}
|
}
|
||||||
# These are parameters that are intended to be "expanded" across
|
# These are parameters that are intended to be "expanded" across
|
||||||
# range if they are singletons.
|
# range if they are singletons.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue