From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Printing from modern Emacsen
Date: Thu, 02 Mar 2006 11:28:55 +0900 [thread overview]
Message-ID: <E1FEdYl-0002cT-00@etlken> (raw)
In-Reply-To: <u4q2i3rct.fsf@gnu.org> (message from Eli Zaretskii on Wed, 01 Mar 2006 21:19:30 +0200)
In article <u4q2i3rct.fsf@gnu.org>, Eli Zaretskii <eliz@gnu.org> writes:
> How does one find out which version of PostScript is supported by the
> printer?
Please send this PS code to a printer. If it prints "Type42
font is NOT supported.", you can't use TTF font for
printing.
------------------------------------------------------------
%PS
/Courier findfont 20 scalefont setfont
100 100 moveto
(LanguageLevel: ) show
/languagelevel where {
pop languagelevel 10 string cvs
} {
(1)
} ifelse show
100 70 moveto
(Type42 font is ) show
42 /FontType resourcestatus {
pop pop (supported.)
} {
(NOT supported.)
} ifelse show
showpage
------------------------------------------------------------
---
Kenichi Handa
handa@m17n.org
next prev parent reply other threads:[~2006-03-02 2:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <b8b42f36f08ad4bfa29eb7e24e9b9066@Web.DE>
[not found] ` <E1Epoh6-0004iI-Jq@fencepost.gnu.org>
2006-03-01 2:53 ` Printing from modern Emacsen Kenichi Handa
2006-03-01 6:29 ` Miles Bader
2006-03-01 7:13 ` Kenichi Handa
2006-03-03 12:55 ` Kenichi Handa
2006-03-04 12:37 ` Robert J. Chassell
2006-03-09 7:46 ` Kenichi Handa
2006-03-01 19:19 ` Eli Zaretskii
2006-03-02 2:28 ` Kenichi Handa [this message]
2006-03-03 17:24 ` Eli Zaretskii
2006-03-07 13:04 ` Kenichi Handa
2006-03-07 19:38 ` Eli Zaretskii
2006-03-08 0:51 ` Kenichi Handa
2006-03-07 21:46 ` Robert J. Chassell
[not found] ` <m1FGlVk-0004FVC@rattlesnake.com>
2006-03-09 8:06 ` Kenichi Handa
2006-03-09 13:06 ` Robert J. Chassell
2006-03-02 11:37 ` Mark Aufflick
2006-03-02 11:53 ` Mark Aufflick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1FEdYl-0002cT-00@etlken \
--to=handa@m17n.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).