From: handa Date: Fri, 16 Jul 2004 08:01:38 +0000 (+0000) Subject: Fix font orders. X-Git-Tag: REL-1-1-0~56 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7b60986d76149080de559715339b45a424e1cd7e;p=m17n%2Fm17n-db.git Fix font orders. --- diff --git a/default.fst b/default.fst index ae8b9c5..bccff18 100644 --- a/default.fst +++ b/default.fst @@ -191,14 +191,14 @@ ((nil bitstream\ cyberbase unicode-bmp) arabic))) (devanagari (nil - ((devanagari-cdac) dev-cdac) - ((nil raghindi unicode-bmp) dev-otf) ((nil gargi-1.3 unicode-bmp) dev-otf) - ((nil dv-ttyogesh apple-roman) dev-cdac))) + ((nil raghindi unicode-bmp) dev-otf) + ((nil dv-ttyogesh apple-roman) dev-cdac)) + ((devanagari-cdac) dev-cdac)) (bengali (nil - ((nil likhan unicode-bmp) ben-otf) - ((nil mukti\ narrow unicode-bmp) ben-otf))) + ((nil mukti\ narrow unicode-bmp) ben-otf) + ((nil likhan unicode-bmp) ben-otf))) (gurmukhi (nil ((nil saab unicode-bmp) gur-otf))) @@ -207,7 +207,6 @@ ((nil padmaa unicode-bmp) guj-otf))) (tamil (nil - ((tamil-cdac) tml-cdac) ((nil tm-ttvalluvar apple-roman) tml-cdac) ((nil akrutitml1 unicode-bmp) tml-otf) ((nil akrutitml2 unicode-bmp) tml-otf) @@ -216,7 +215,8 @@ ((nil tscu_times unicode-bmp) tml-otf) ((nil tamu_kadambri unicode-bmp) tml-otf) ((nil tamu_kalyani unicode-bmp) tml-otf) - ((nil tamu_maduram unicode-bmp) tml-otf))) + ((nil tamu_maduram unicode-bmp) tml-otf) + ((tamil-cdac) tml-cdac))) (telugu (nil ((nil pothana2000 unicode-bmp) tel-otf))) @@ -225,9 +225,9 @@ ((nil sampige unicode-bmp) kan-otf))) (malayalam (nil + ((nil thoolikaunicode unicode-bmp) mlm-otf) ((malayalam-cdac) mlm-cdac) - ((nil ml-ttkarthika apple-roman) mlm-cdac) - ((nil thoolikaunicode unicode-bmp) mlm-otf))) + ((nil ml-ttkarthika apple-roman) mlm-cdac))) (thai (nil ((tis620.2529-1) thai-tis620) diff --git a/truetype.fst b/truetype.fst index 89f062a..8fa34df 100644 --- a/truetype.fst +++ b/truetype.fst @@ -44,6 +44,7 @@ ((nil bitstream\ cyberbase unicode-bmp) arabic))) (devanagari (nil + ((nil gargi-1.3 unicode-bmp) dev-otf) ((nil raghindi t) dev-otf) ((nil dv-ttyogesh apple-roman) dev-cdac))) (bengali @@ -58,7 +59,6 @@ ((nil padmaa unicode-bmp) guj-otf))) (tamil (nil - ((nil tm-ttvalluvar apple-roman) tml-cdac) ((nil akrutitml1 unicode-bmp) tml-otf) ((nil akrutitml2 unicode-bmp) tml-otf) ((nil tscu_paranar unicode-bmp) tml-otf) @@ -66,7 +66,8 @@ ((nil tscu_times unicode-bmp) tml-otf) ((nil tamu_kadambri unicode-bmp) tml-otf) ((nil tamu_kalyani unicode-bmp) tml-otf) - ((nil tamu_maduram unicode-bmp) tml-otf))) + ((nil tamu_maduram unicode-bmp) tml-otf)) + ((nil tm-ttvalluvar apple-roman) tml-cdac)) (telugu (nil ((nil pothana2000 unicode-bmp) tel-otf)))