Use font-facility to check U+25CC's availability.
authorntakahas <ntakahas>
Wed, 7 Apr 2010 00:59:20 +0000 (00:59 +0000)
committerntakahas <ntakahas>
Wed, 7 Apr 2010 00:59:20 +0000 (00:59 +0000)
FLT/MYMR-SIL.flt

index 88db49c..2aa5e79 100644 (file)
     < :otf=mymr=clig >)
 
    ("[vVywhulksaApbHw]"
-    < 0x25CC = >)
+    (cond ((font-facility 0x25CC) < 0x25CC = >)
+         ("." [ = ])))
 
    ("[reE]"
-    < = 0x25CC >)
+    (cond ((font-facility 0x25CC) < = 0x25CC >)
+         ("." [ = ])))
 
    ("." =))
   *))