diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-26 13:50:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-26 13:50:30 +0000 |
commit | d5b6c7e7577038c865a9bfd92f6ea42670dfe947 (patch) | |
tree | 22c0db3b54b03948f900b2d96c2c730951e6128a /ChangeLog.pre-1-4 | |
parent | 2376244be34d16225c1630b6febdb8635c23a604 (diff) | |
download | pango-d5b6c7e7577038c865a9bfd92f6ea42670dfe947.tar.gz |
If applying a ligature lookup makes adjacent two glyphs that were not
Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c (Lookup_LigatureSubst):
If applying a ligature lookup makes adjacent two glyphs
that were not originally adjacent, avoid making
subsequent ligatures between those glyphs.
(From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23)
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r-- | ChangeLog.pre-1-4 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 0fc1bedd..b65346ad 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,9 +1,17 @@ +Sat Jul 26 09:41:22 2003 Owen Taylor <otaylor@redhat.com> + + * pango/opentype/ftxgsub.c (Lookup_LigatureSubst): + If applying a ligature lookup makes adjacent two glyphs + that were not originally adjacent, avoid making + subsequent ligatures between those glyphs. + (From FreeType, Werner Lemberg, 2001-08-22, 2001-08-23) + Sat Jul 26 09:16:57 2003 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgpos.c pango/opentype/ftxopen.c: Fix some FreeType1 variable declarations that snuck in from the last commits (Christophe Fergeau, - 118363) + #118363) Fri Jul 25 23:38:07 2003 Owen Taylor <otaylor@redhat.com> |