mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-26 07:20:28 +01:00
doc: Add new antialias symbols
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
d6440f2d66
commit
4a0913eb52
1 changed files with 6 additions and 0 deletions
|
|
@ -642,6 +642,12 @@ cairo_set_tolerance (cairo_t *cr, double tolerance);
|
|||
* @CAIRO_ANTIALIAS_SUBPIXEL: Perform antialiasing by taking
|
||||
* advantage of the order of subpixel elements on devices
|
||||
* such as LCD panels
|
||||
* @CAIRO_ANTIALIAS_FAST: Hint that the backend should perform some
|
||||
* antialiasing but prefer speed over quality, since 1.12
|
||||
* @CAIRO_ANTIALIAS_GOOD: The backend should balance quality against
|
||||
* performance, since 1.12
|
||||
* @CAIRO_ANTIALIAS_BEST: Hint that the backend should render at the highest
|
||||
* quality, sacrificing speed if necessary, since 1.12
|
||||
*
|
||||
* Specifies the type of antialiasing to do when rendering text or shapes.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue