(mfont__ft_drive_otf): Support positioning_type 5.
authorhanda <handa>
Thu, 5 Aug 2004 07:31:09 +0000 (07:31 +0000)
committerhanda <handa>
Thu, 5 Aug 2004 07:31:09 +0000 (07:31 +0000)
src/font-ft.c

index a16914d..349b895 100644 (file)
@@ -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;