From 00de56094e92935f557c17ed9bd3b6a4ad323a54 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Thu, 23 Aug 2007 05:47:44 +0000 Subject: [PATCH] Change the mandatory feature to akhn. --- FLT/MLYM-OTF.flt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/FLT/MLYM-OTF.flt b/FLT/MLYM-OTF.flt index 4365db6..0271f8c 100644 --- a/FLT/MLYM-OTF.flt +++ b/FLT/MLYM-OTF.flt @@ -26,7 +26,7 @@ ;;; For Malayalam OpenType fonts to draw the reformed Malayalam script. (font layouter mlym-otf nil - (font (nil nil unicode-bmp :otf=mlym=blwf))) + (font (nil nil unicode-bmp :otf=mlym=akhn))) (category ;; C: consonant (except for R, B, and P) @@ -45,8 +45,8 @@ (0x0D00 0x0D7F ?X) ; generic (0x0D00 ?Z) ; internal use (0x0D02 0x0D03 ?A) ; SIGN ANUSVARA .. VISARGA - (0x0D05 0x0D14 ?V) ; LETTER A .. LETTER AU - (0x0D15 0x0D39 ?C) ; LETTER KA .. LETTER HA + (0x0D05 0x0D14 ?V) ; LETTER A .. AU + (0x0D15 0x0D39 ?C) ; LETTER KA .. HA (0x0D2F ?P) ; LETTER YA (0x0D30 ?R) ; LETTER RA (0x0D32 ?B) ; LETTER LA @@ -158,8 +158,7 @@ ;; to the next stage. ;; 1 2 3 4 5 (" (m?(RH)?Z)([CRBPH]+)(Z)([RBPHpA]*) " - | (1 = *) (3 otf:mlym=akhn+) (4 =) - (5 otf:mlym=blwf,pstf+) |) + | (1 = *) (3 otf:mlym=akhn+) (4 =) (5 otf:mlym=blwf,pstf+) |) ;; Explicit Halant. (" [CRBP]HN " -- 1.7.10.4