From: Kenichi Handa Date: Fri, 9 Jun 2000 02:22:56 +0000 (+0000) Subject: (ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf" X-Git-Tag: emacs-pretest-21.0.90~3432 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cf74617ad22d01bee385416b060a8e3de1b2ed0;p=emacs.git (ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf" for Tibetan. --- diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index bf4fcf183f2..7c370b9bf38 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -349,7 +349,8 @@ Currently, data for Japanese and Korean PostScript printers are listed.") (indian-2-column (normal bdf ("ind24-mule.bdf" "mule-indian-24.bdf") ps-mule-encode-7bit 2)) (tibetan - (normal bdf ("tib24-mule.bdf" "mule-tibmdx-24.bdf") ps-mule-encode-7bit 2))) + (normal bdf ("tib24p-mule.bdf" "tib24-mule.bdf" "mule-tibmdx-24.bdf") + ps-mule-encode-7bit 2))) "Sample setting of the `ps-mule-font-info-database' to use BDF fonts. BDF (Bitmap Distribution Format) is a format used for distributing X's font source file.