diff options
author | Kenichi Handa <handa@m17n.org> | 2000-06-09 02:22:56 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-06-09 02:22:56 +0000 |
commit | 8cf74617ad22d01bee385416b060a8e3de1b2ed0 (patch) | |
tree | 4d196023262398208de02592c1894c2ed1d53045 /lisp/ps-mule.el | |
parent | f89437e32d0be5fe785d258eb42e5cc373640137 (diff) | |
download | emacs-8cf74617ad22d01bee385416b060a8e3de1b2ed0.tar.gz |
(ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf"
for Tibetan.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r-- | lisp/ps-mule.el | 3 |
1 files changed, 2 insertions, 1 deletions
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. |