mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-29 18:28:25 +02:00
Merge branch 'kCTFontTraitColorGlyphs' into 'master'
quartz-font: Fix transposed constants Closes #810 See merge request cairo/cairo!523
This commit is contained in:
commit
36193ec952
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue