summaryrefslogtreecommitdiff
path: root/src/autofit/afblue.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2016-05-24 23:10:44 +0200
committerWerner Lemberg <wl@gnu.org>2016-05-24 23:10:44 +0200
commit1dcda70ef9a81aac52ba0efb91147c371cc16577 (patch)
treecff5d3b8d997e6e1b11f3fda3d22934576d03bc2 /src/autofit/afblue.h
parenta74f40f9e77aa4eb49e5a7b7a2e8f5b41adf295b (diff)
downloadfreetype2-1dcda70ef9a81aac52ba0efb91147c371cc16577.tar.gz
[autofit] Ordering, whitespace.
Diffstat (limited to 'src/autofit/afblue.h')
-rw-r--r--src/autofit/afblue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autofit/afblue.h b/src/autofit/afblue.h
index 96e8ed36f..00b41e93a 100644
--- a/src/autofit/afblue.h
+++ b/src/autofit/afblue.h
@@ -234,8 +234,8 @@ FT_BEGIN_HEADER
typedef enum AF_Blue_Stringset_
{
AF_BLUE_STRINGSET_ARAB = 0,
- AF_BLUE_STRINGSET_BENG = 4,
- AF_BLUE_STRINGSET_ARMN = 9,
+ AF_BLUE_STRINGSET_ARMN = 4,
+ AF_BLUE_STRINGSET_BENG = 11,
AF_BLUE_STRINGSET_CYRL = 16,
AF_BLUE_STRINGSET_DEVA = 22,
AF_BLUE_STRINGSET_GEOR = 28,