From 3489ee0f4fa34f124f9de090d12bdc2107d52aa9 Mon Sep 17 00:00:00 2001 From: bungeman Date: Thu, 14 May 2015 14:18:02 -0700 Subject: Font variations. Multiple Master and TrueType fonts support variation axes. This implements back-end support for axes on platforms which support it. Committed: https://skia.googlesource.com/skia/+/05773ed30920c0214d1433c07cf6360a05476c97 Review URL: https://codereview.chromium.org/1027373002 --- gyp/freetype.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp/freetype.gyp') diff --git a/gyp/freetype.gyp b/gyp/freetype.gyp index 85018a49ac..c91eebe27b 100644 --- a/gyp/freetype.gyp +++ b/gyp/freetype.gyp @@ -25,6 +25,7 @@ # Android provides at least FreeType 2.4.0 'SK_FONTHOST_FREETYPE_RUNTIME_VERSION=0x020400', 'SK_CAN_USE_DLOPEN=0', + 'SK_ANDROID_FREETYPE_HAS_MM=1', ], } } -- cgit v1.2.3