From a04b207d9cb587e9c0fc3546a0805e64ffc04fe2 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 13 Dec 2007 12:44:43 +0000 Subject: [PATCH] Apply the OpenType feature mkmk too. --- FLT/COMBINING.flt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FLT/COMBINING.flt b/FLT/COMBINING.flt index e52752a..5cae84c 100644 --- a/FLT/COMBINING.flt +++ b/FLT/COMBINING.flt @@ -17,10 +17,9 @@ (cond ("(u)([a-t]+)" (cond - ((font-facility :otf=DFLT+mark) < :otf=DFLT+mark >) + ((font-facility :otf=DFLT+mark) < :otf=DFLT+mark,mkmk >) (".*" - < ; combining class - = ; combining class + < = ; combining class (cond ("a" Bc.Bc =) ; < 200 ("b" bl.tc =) ; 200 ("c" bc.tc =) ; 202 -- 1.7.10.4