Browse Source

Allow specific gray and subpixel choices for antialiasing

dev
Andy Meneely 11 years ago
parent
commit
e268246337
  1. 2
      lib/squib/constants.rb

2
lib/squib/constants.rb

@ -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…
Cancel
Save