summaryrefslogtreecommitdiffstats
path: root/src/autofit/afblue.hin
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@google.com>2014-08-08 17:55:11 -0400
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2015-08-19 11:41:37 -0700
commitb5dc5490f5ac40a661faf6066223a3a978375369 (patch)
tree86c9ee0214cac2870a94905e4240732413ed768b /src/autofit/afblue.hin
parent0e0d6b5b627150577c9f4486b3ba97f9778799ca (diff)
downloadandroid_external_freetype-b5dc5490f5ac40a661faf6066223a3a978375369.tar.gz
android_external_freetype-b5dc5490f5ac40a661faf6066223a3a978375369.tar.bz2
android_external_freetype-b5dc5490f5ac40a661faf6066223a3a978375369.zip
Update freetype to e1394d56752cac3bd68ab2358a8e1384ce7b9aaa
Integrated patches from freetype2 git repository, up to hashval e1394d56752cac3bd68ab2358a8e1384ce7b9aaa, which is post-2.5.3. Most recent commit message from freetype git: Minor documentation improvement. Noteworthy patches included: Fix Savannah bug #41697, part 2. Fix Savannah bug #41697, part 1. RM-154 Bug: 16575323 Change-Id: I4f8f9375afd2540618b3ebf6152d77b743975dce (cherry picked from commit 391103df1077dca897aef9efa1c80318334c9ade)
Diffstat (limited to 'src/autofit/afblue.hin')
-rw-r--r--src/autofit/afblue.hin16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/autofit/afblue.hin b/src/autofit/afblue.hin
index 00282c3..0b4b48d 100644
--- a/src/autofit/afblue.hin
+++ b/src/autofit/afblue.hin
@@ -4,7 +4,7 @@
/* */
/* Auto-fitter data for blue strings (specification). */
/* */
-/* Copyright 2013 by */
+/* Copyright 2013, 2014 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -90,19 +90,19 @@ FT_BEGIN_HEADER
/*************************************************************************/
/*************************************************************************/
- /* The next level is to group blue strings into script-specific sets. */
+ /* The next level is to group blue strings into style-specific sets. */
/* Properties are specific to a writing system. We assume that a given */
/* blue string can't be used in more than a single writing system, which */
/* is a safe bet. */
-#define AF_BLUE_PROPERTY_LATIN_TOP ( 1 << 0 )
-#define AF_BLUE_PROPERTY_LATIN_X_HEIGHT ( 1 << 1 )
-#define AF_BLUE_PROPERTY_LATIN_LONG ( 1 << 2 )
+#define AF_BLUE_PROPERTY_LATIN_TOP ( 1 << 0 ) /* must have value 1 */
+#define AF_BLUE_PROPERTY_LATIN_NEUTRAL ( 1 << 1 )
+#define AF_BLUE_PROPERTY_LATIN_X_HEIGHT ( 1 << 2 )
+#define AF_BLUE_PROPERTY_LATIN_LONG ( 1 << 3 )
-#define AF_BLUE_PROPERTY_CJK_HORIZ ( 1 << 0 )
-#define AF_BLUE_PROPERTY_CJK_TOP ( 1 << 1 )
-#define AF_BLUE_PROPERTY_CJK_FILL ( 1 << 2 )
+#define AF_BLUE_PROPERTY_CJK_TOP ( 1 << 0 ) /* must have value 1 */
+#define AF_BLUE_PROPERTY_CJK_HORIZ ( 1 << 1 ) /* must have value 2 */
#define AF_BLUE_PROPERTY_CJK_RIGHT AF_BLUE_PROPERTY_CJK_TOP