From 6539efe5eacb07c934c998f7170f77160a32e6f7 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 27 May 2004 23:49:11 +0000 Subject: [PATCH] Add Bengali support. --- truetype.fst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/truetype.fst b/truetype.fst index 81d1ab4..1b10f00 100644 --- a/truetype.fst +++ b/truetype.fst @@ -45,6 +45,10 @@ (nil ((nil raghindi t) dev-otf) ((nil dv-ttyogesh apple-roman) dev-cdac))) +(bengali + (nil + ((nil mukti\ narrow unicode-bmp) ben-otf) + ((nil likhan unicode-bmp) ben-otf))) (malayalam (nil ((nil thoolikaunicode unicode-bmp) mlm-otf) -- 1.7.10.4