[cgfont] typo fix

This commit is contained in:
Vladimir Vukicevic 2008-04-02 23:37:24 -07:00 committed by Vladimir Vukicevic
parent 3f9b1ceac7
commit 9e749d0a28

View file

@ -108,7 +108,7 @@ quartz_font_ensure_symbols(void)
CGFontGetUnitsPerEmPtr &&
CGFontGetGlyphAdvancesPtr &&
CGFontGetGlyphPathPtr &&
(CGFontGetHMetricsPtr || (CGFontGetAscentPtr && CGFontGetDescentPtr && CGFontGetLeadingPtr))
(CGFontGetHMetricsPtr || (CGFontGetAscentPtr && CGFontGetDescentPtr && CGFontGetLeadingPtr)))
_cairo_quartz_font_symbols_present = TRUE;
_cairo_quartz_font_symbol_lookup_done = TRUE;