projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc3d1e0
)
(mfont__ft_drive_otf): Support positioning_type 5.
author
handa
<handa>
Thu, 5 Aug 2004 07:31:09 +0000
(07:31 +0000)
committer
handa
<handa>
Thu, 5 Aug 2004 07:31:09 +0000
(07:31 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
a16914d
..
349b895
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-1070,7
+1070,7
@@
mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
case 3:
/* Not yet supported. */
break;
- case 4:
+ case 4: case 5:
if (! prev)
break;
{
@@
-1092,9
+1092,6
@@
mfont__ft_drive_otf (MGlyphString *gstring, int from, int to,
g->combining_code = MAKE_COMBINING_CODE_BY_CLASS (0);
}
break;
- case 5:
- /* Not yet supported. */
- break;
default: /* i.e case 6 */
/* Not yet supported. */
break;