Enum member cairo_antialias_t.CAIRO_ANTIALIAS_SUBPIXEL

Perform antialiasing by taking advantage of the order of subpixel elements on devices such as LCD panels

Declaration

enum cairo_antialias_t
{
  // ...
  CAIRO_ANTIALIAS_SUBPIXEL = 3,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1