]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 30 Sep 2002 11:19:16 +0000 (11:19 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 30 Sep 2002 11:19:16 +0000 (11:19 +0000)
INSTALL
lisp/ChangeLog

diff --git a/INSTALL b/INSTALL
index fa09f705b443eb19c562773b32a7dbf5c8fe5fed..6b4278a3ff1170b77c9db560cb6ff2893bc66fe4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -170,6 +170,49 @@ Unicode characters are available from <URL:ftp://ftp.x.org/contrib/fonts/>
 and <URL:ftp://ftp.xfree86.org/pub/X.Org/contrib/fonts/>.
 
 
+The new Indian implementation uses the ISFOC standard fonts.  We use
+CDAC ISFOC fonts to display the Devanagari script in Emacs.  They are
+copyrighted, but we received permission to use them in Emacs from the
+font developers.  These fonts can be obtained from the internet, or
+may be found in C-DAC products (including downloadable ones).  For
+examle, you can search the CDAC Devanagari font `dvsr0ntt.ttf' by
+using some search engines and they will guide you to appropriate URLs
+to obtain them.
+
+After you've downloaded the fonts, then run the following Makefile
+to create the appropriate BDF/PCF fonts.  (You will need `ttf2bdf',
+equipped with freetype 1, to create BDF file.)
+
+TTFS=  asdr0ntt.ttf:Assamese\
+       bndr0ntt.ttf:Bengali\
+       dvsr0ntt.ttf:Devanagari\
+       gjav0ntt.ttf:Gujarati\
+       knum0ntt.ttf:Kannada\
+       mlkr0ntt.ttf:Malayalam\
+       orsr0ntt.ttf:Oriya\
+       pnam0ntt.ttf:Punjabi\
+       sdsr0ntt.ttf:Sanskrit\
+       tlhm0ntt.ttf:Telugu\
+       tmvl0ntt.ttf:Tamil
+
+all:
+       for f in ${TTFS}; do \
+         ttf=`echo $$f | sed 's/:.*$$//'`; \
+         reg=`echo $$f | sed 's/[^:]*://'`; \
+         base=`basename $$ttf .ttf`; \
+         echo Converting "$$ttf to $$base-XX.bdf/pcf with registry $$reg"; \
+         for i in 16 24; do \
+           ttf2bdf -p $${i} -r 100 -l 0_255 $$ttf > temp; \
+           sed "/^FONT /s/ISO10646-1/$$reg-CDAC/" <temp >$$base-$$i.bdf; \
+           bdftopcf $$base-$$i.bdf > $$base-$$i.pcf; \
+         done; \
+       done
+       rm -f temp
+
+clean:
+       rm -f *.pcf *.bdf
+
+
 DETAILED BUILDING AND INSTALLATION:
 
 (This is for a Unix or Unix-like system.  For MS-DOS and Windows 3.X,
index bb749d12cf112e59b6e32c549ca22153c9decf03..b2c1af867d269637b93a8ea368a728711bb87c93 100644 (file)
@@ -1,5 +1,7 @@
 2002-09-30  Kenichi Handa  <handa@m17n.org>
 
+       * language/thai.el (thai-tis620): Add `mime-charset' property.
+
        * language/indian.el: Don't register "ISO10646.*-1" in
        font-ccl-encoder-alist.