[Gs-devel] Special Character... Bullet
Alex Cherepanov
alex at artifex.com
Thu Feb 22 13:43:26 PST 2001
Dear Mr. Jankowski,
This mailing list is to discuss advanced problems in AFPL
Ghostscript development. General questions about PostScript
programming should be posted to comp.lang.postscript
The following program shows the bullet character using
2 common methods. See PostScript Language Reference Manual
for details. See also PDF spec for the glyph table of
ZapfDingbats.
Basically, you need to load the right font and select the right
glyph. "show" uses the encoding vector. "glyphshow" uses the
glyph name.
Regards,
Alex Cherepanov
%!
/ZapfDingbats findfont 30 scalefont setfont
100 400 moveto (\154) show
100 200 moveto /a71 glyphshow
showpage
----- Original Message -----
From: Richard C. Jankowski <aspen at bigplanet.com>
To: <gs-devel at ghostscript.com>
Sent: Thursday, 22 February, 2001 13:48
Subject: [Gs-devel] Special Character... Bullet
> Not sure where to post this but would like instructions on
> how to get the special character bullet to display.
More information about the gs-devel
mailing list