From ccf31abf92b4bafa0fbcc77ac1c70c478544e292 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Thu, 22 Dec 2005 06:39:08 +0000 Subject: [PATCH] Add pres in step 5 for workaround. --- ORYA-OTF.flt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ORYA-OTF.flt b/ORYA-OTF.flt index 26e3e20..9a99cc4 100644 --- a/ORYA-OTF.flt +++ b/ORYA-OTF.flt @@ -239,7 +239,7 @@ ;; Step 3 : Now only those syllables that contain the pseudo character ;; x require pre-base substition. Unlike the Mukti font for Bengali, ;; the Utkal font can produce the ligature for "C1 H C2" from -;; "C1halnt" and "C2". If such a ligature is not available, we get a +;; "C1halant" and "C2". If such a ligature is not available, we get a ;; sequence consisting of "C1halant" and "C2", which is satisfactory. (generator @@ -307,7 +307,9 @@ (0 (cond (" ([^ ]*) " - (1 otf:orya=vatu,abvs,blws,psts)) + ;; FIXME : The pres below is for the TTA ligature in the Utkal + ;; font. It should be removed once the font is updated. + (1 otf:orya=vatu,abvs,blws,psts,pres)) ("." [ otf:orya=+ ])) *)) -- 1.7.10.4