aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/freetype.gyp
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-05-20 09:21:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-20 09:21:04 -0700
commit41868fe5625fc3bd70daa3f461c881b5db6a9265 (patch)
tree6f6d670bbf415a70c152b0a6332a0428fb0d77b4 /gyp/freetype.gyp
parentd223eb36a0be2bb5a278a483d6289a16b28eaf1a (diff)
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 Committed: https://skia.googlesource.com/skia/+/3489ee0f4fa34f124f9de090d12bdc2107d52aa9 Review URL: https://codereview.chromium.org/1027373002
Diffstat (limited to 'gyp/freetype.gyp')
-rw-r--r--gyp/freetype.gyp1
1 files changed, 1 insertions, 0 deletions
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',
],
}
}