[HarfBuzz] harfbuzz: Branch 'pango' - 2 commits
Simon Hausmann
hausmann at kemper.freedesktop.org
Mon Sep 17 02:49:01 PDT 2007
src/harfbuzz-tibetan.c | 1 +
1 file changed, 1 insertion(+)
New commits:
diff-tree 4087d9bf18a833f8460df8728cb25f041d0166f3 (from parents)
Merge: f82e930f2dc40102cc6e4ee6523edf5770fdabc5 7b06c78b7706e5cc76cf26ad19f38e8321a02092
Author: Simon Hausmann <shausman at trolltech.com>
Date: Mon Sep 17 11:34:33 2007 +0200
Merge branch 'master' into pango
diff-tree 7b06c78b7706e5cc76cf26ad19f38e8321a02092 (from 2c4b930605c1660dd3843117b0d729fcf386bcab)
Author: Simon Hausmann <shausman at trolltech.com>
Date: Mon Sep 17 10:29:33 2007 +0200
Enable the use of the calt property for Tibetan, as advised by Christopher Fynn <cfynn at gmx.net>
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_
{ 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}
};
More information about the HarfBuzz
mailing list