From 0befcdfbde1e08577fdad27d8a95b9eb3426822f Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 5 Aug 2004 07:31:09 +0000 Subject: [PATCH] (mfont__ft_drive_otf): Support positioning_type 5. --- src/font-ft.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; -- 1.7.10.4