From: handa Date: Thu, 5 Aug 2004 07:31:09 +0000 (+0000) Subject: (mfont__ft_drive_otf): Support positioning_type 5. X-Git-Tag: REL-1-1-0~40 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0befcdfbde1e08577fdad27d8a95b9eb3426822f;p=m17n%2Fm17n-lib.git (mfont__ft_drive_otf): Support positioning_type 5. --- diff --git a/src/font-ft.c b/src/font-ft.c index a16914d..349b895 100644 --- 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;