projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5266b0
)
(lookup_gpos): For LooupType 5, fix finding a base/ligature glyph.
author
handa
<handa>
Tue, 7 Sep 2004 08:56:39 +0000
(08:56 +0000)
committer
handa
<handa>
Tue, 7 Sep 2004 08:56:39 +0000
(08:56 +0000)
src/otfdrive.c
patch
|
blob
|
history
diff --git
a/src/otfdrive.c
b/src/otfdrive.c
index
c23ac74
..
c969cd9
100644
(file)
--- a/
src/otfdrive.c
+++ b/
src/otfdrive.c
@@
-907,7
+907,7
@@
lookup_gpos (OTF_LookupList *lookup_list, unsigned lookup_list_index,
for (ligg = g - 1;
(ligg >= gstring->glyphs
&& (IGNORED_GLYPH (ligg, flag)
- || ligg->GlyphClass >= OTF_GlyphClassLigature));
+ || ligg->GlyphClass > OTF_GlyphClassLigature));
ligg--)
if (ligg->positioning_type == 5
&& ligg->MarkAttachClass < mark_lig1->ClassCount)