diff options
author | Simon Hausmann <shausman@trolltech.com> | 2007-09-17 10:29:33 +0200 |
---|---|---|
committer | Simon Hausmann <shausman@trolltech.com> | 2007-09-17 11:33:48 +0200 |
commit | 7b06c78b7706e5cc76cf26ad19f38e8321a02092 (patch) | |
tree | 2f023f2c516d65c97f975775c5b07c442d977239 | |
parent | 2c4b930605c1660dd3843117b0d729fcf386bcab (diff) |
Enable the use of the calt property for Tibetan, as advised by Christopher Fynn <cfynn@gmx.net>
-rw-r--r-- | src/harfbuzz-tibetan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/harfbuzz-tibetan.c b/src/harfbuzz-tibetan.c index 20289cd..a8b7beb 100644 --- a/src/harfbuzz-tibetan.c +++ b/src/harfbuzz-tibetan.c @@ -82,6 +82,7 @@ static const HB_OpenTypeFeature tibetan_features[] = { { HB_MAKE_TAG('c', 'c', 'm', 'p'), CcmpProperty }, { HB_MAKE_TAG('a', 'b', 'v', 's'), AboveSubstProperty }, { HB_MAKE_TAG('b', 'l', 'w', 's'), BelowSubstProperty }, + { HB_MAKE_TAG('c', 'a', 'l', 't'), CaltProperty }, {0, 0} }; |