From 31aa8ec48fdfe159229844e070bfa411deefde6d Mon Sep 17 00:00:00 2001 From: ntakahas Date: Mon, 27 Sep 2010 11:19:44 +0000 Subject: [PATCH] Do not require liga as a GSUB feature. --- FLT/ARAB-OTF-NO-GPOS.flt | 2 +- FLT/ARAB-OTF.flt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FLT/ARAB-OTF-NO-GPOS.flt b/FLT/ARAB-OTF-NO-GPOS.flt index 82ff119..35edb4e 100644 --- a/FLT/ARAB-OTF-NO-GPOS.flt +++ b/FLT/ARAB-OTF-NO-GPOS.flt @@ -3,7 +3,7 @@ ;; See the end for copying conditions. (font layouter arab-otf-no-gpos nil - (font (nil nil unicode-bmp :otf=arab=init,medi,fina,liga+~mark))) + (font (nil nil unicode-bmp :otf=arab=init,medi,fina+~mark))) ;;;
  • ARAB-OTF-NO-GPOS.flt ;;; diff --git a/FLT/ARAB-OTF.flt b/FLT/ARAB-OTF.flt index f3031dd..069f82b 100644 --- a/FLT/ARAB-OTF.flt +++ b/FLT/ARAB-OTF.flt @@ -3,7 +3,7 @@ ;; See the end for copying conditions. (font layouter arab-otf nil - (font (nil nil unicode-bmp :otf=arab=init,medi,fina,liga+mark))) + (font (nil nil unicode-bmp :otf=arab=init,medi,fina+mark))) ;;;
  • ARAB-OTF.flt ;;; -- 1.7.10.4