[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Simon Hausmann hausmann at kemper.freedesktop.org
Mon Sep 17 02:49:59 PDT 2007


 src/harfbuzz-tibetan.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
diff-tree c50d0620078327a5d8f575869cca893a9e79b94c (from parents)
Merge: 7b06c78b7706e5cc76cf26ad19f38e8321a02092 666be3e9f30bb8ad14acc0fb426df98d5b092bd9
Author: Simon Hausmann <shausman at trolltech.com>
Date:   Mon Sep 17 11:52:09 2007 +0200

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/harfbuzz

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