mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-15 08:08:30 +02:00
[quartz] don't say we forced subpixel AA when we didn't
Whoops. Net result was that this was disabling subpixel AA on contexts if CAIRO_ANTIALIAS_DEFAULT was being used.
This commit is contained in:
parent
028d352286
commit
0a8478ca1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1841,7 +1841,7 @@ _cairo_quartz_surface_show_glyphs (void *abstract_surface,
|
|||
CGFontRef cgfref = NULL;
|
||||
|
||||
cairo_bool_t isClipping = FALSE;
|
||||
cairo_bool_t didForceFontSmoothing = TRUE;
|
||||
cairo_bool_t didForceFontSmoothing = FALSE;
|
||||
|
||||
if (IS_EMPTY(surface))
|
||||
return CAIRO_STATUS_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue