diff --git a/src/cairo-quartz-font.c b/src/cairo-quartz-font.c index 0c868e026..621d3540c 100644 --- a/src/cairo-quartz-font.c +++ b/src/cairo-quartz-font.c @@ -77,10 +77,10 @@ static const CGFloat font_scale = 1.0; #if MAC_OS_X_VERSION_MIN_REQUIRED < 1080 #define FONT_ORIENTATION_HORIZONTAL kCTFontHorizontalOrientation -#define FONT_COLOR_GLYPHS kCTFontTraitColorGlyphs +#define FONT_COLOR_GLYPHS kCTFontColorGlyphsTrait #else #define FONT_ORIENTATION_HORIZONTAL kCTFontOrientationHorizontal -#define FONT_COLOR_GLYPHS kCTFontColorGlyphsTrait +#define FONT_COLOR_GLYPHS kCTFontTraitColorGlyphs #endif static void