From e7800c2118a841f4c05a52837a7aaa4a185e11c4 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Thu, 30 Jun 2005 07:44:49 +0000 Subject: [PATCH] Add tibt-otf. --- default.fst | 8 +++++++- mdb.dir | 1 + truetype.fst | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/default.fst b/default.fst index 3c42f87..38191ca 100644 --- a/default.fst +++ b/default.fst @@ -156,6 +156,11 @@ ;;;
  • infopage: http://www.m17n.org/emacs-ttf/ ;;;
  • download: http://www.m17n.org/emacs-ttf/fonts/tibetan/mtib.ttf ;;; +;;;
  • TibetanMachineUniAlpha.ttf (family: tibetan machine uni; for Tibetan) +;;; ;;;
  • norasi_b.ttf, norasi_bi.ttf, norasi_i.ttf, norasi_n.ttf (family Norasi; for Thai) ;;; diff --git a/truetype.fst b/truetype.fst index 5066bbb..5734ad0 100644 --- a/truetype.fst +++ b/truetype.fst @@ -104,7 +104,8 @@ ((nil alice0\ lao apple-roman) laoo-alice))) (tibetan (nil - ((nil mtib unicode-bmp) tibt-mtib))) + ((nil mtib unicode-bmp) tibt-mtib) + ((nil tibetan\ machine\ uni unicode-bmp) tibt-otf))) (myanmar (nil ((nil myazedi_m17n unicode-bmp) mymr-myazedi))) -- 1.7.10.4