help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Problems with ps-print-buffer-with-faces


From: Jason Rumney
Subject: Re: [h-e-w] Problems with ps-print-buffer-with-faces
Date: 11 Feb 2003 23:15:19 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Charley Hamilton <address@hidden> writes:


> I now get the following error:
> 
>       BDF file lt1-24-etl.bdf doesn't exist
> 
> (setq ps-multibyte-buffer 'bdf-font
>             ps-mule-font-info-database ps-mule-font-info-database-bdf
>             bdf-directory-list '("c:/intlfonts/European" 
> "c:/intlfonts/Chinese"
>                                  "c:/intlfonts/Japanese" 
> "c:/intlfonts/Korean-X"))


Presumably you have a need to print non-West European text, otherwise
setting ps-multibyte-buffer to nil would seem to solve this
particular problem.

> (setq bdf-directory-list
>        '("C:/intlfonts/Asian" "C:/intlfonts/Chinese"
>       "C:/intlfonts/Chinese.BIG" "C:/intlfonts/Chinese.X"
>       "C:/intlfonts/Ethiopic" "C:/intlfonts/European"
>       "C:/intlfonts/European.BIG" "C:/intlfonts/Japanese"
>       "C:/intlfonts/Japanese.BIG" "C:/intlfonts/Japanese.X"
>       "C:/intlfonts/Korean.X" "C:/intlfonts/Misc"
>       "C:/intlfonts/TrueType" "C:/intlfonts/Type1"))

Note that setting this a second time overrides the first one above.
This time you include a lot more directories, but miss out Korean-X
(instead you have Korean.X).  Is it possible that the font that is
not found is in Korean-X, and thus no longer included in the search
path for ps-print?

> ;; Need to add some fonts to font-encoding-alist since the bdf fonts
> ;; are type 0 not the default type 1.

I think this is no longer necessary in 21.2. Some of these entries
were due to bugs that have since been fixed, others have the correct
encoding applied by default now.

> (setq font-encoding-alist
>        (append '(("MuleTibetan-0" (tibetan . 0))
>               ("GB2312"        (chinese-gb2312 . 0))
>               ("JISX0208"      (japanese-jisx0208 . 0))
>               ("JISX0212"      (japanese-jisx0212 . 0))
>               ("VISCII"        (vietnamese-viscii-lower . 0))
>               ("KSC5601"       (korean-ksc5601 . 0))
>               ("MuleArabic-0"  (arabic-digit . 0))
>               ("MuleArabic-1"  (arabic-1-column . 0))
>               ("MuleArabic-2"  (arabic-2-column . 0))) font-encoding-alist))
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]