emacs-devel
[Top][All Lists]
Advanced

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

Re: Printing from modern Emacsen


From: Kenichi Handa
Subject: Re: Printing from modern Emacsen
Date: Thu, 09 Mar 2006 16:46:22 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

By reading TTF/OTF spec again, I found that
checkSumAdjustment slot of `head' table must be recalculated
on generating a Type42 font.  I was copying `head' table
verbatim in the previous code, but it seems that gs and some
printers just ignore that value, and thus processed the code
without error.

Here's the new code.  I eliminated all unnecessary part (no
setpagedevice for A4 or US-LETTER, etc), so an error if
occurred is surely because of the Type42 handling code.  It
just prints cyrillic-iso8859-5 characters in 16x6 form (at
the bottom of a paper).

---
Kenichi Handa
address@hidden

Attachment: type42.ps
Description: PostScript document


reply via email to

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