diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2001-07-10 21:57:37 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2001-07-10 21:57:37 +0000 |
commit | 2f2171efba281b214643d14644712d716e7bf27d (patch) | |
tree | 71525f8f187533e25a6a74374861ac6a95f66b45 /doc | |
parent | 312a3ecb075b9fda75881e0645625160577df830 (diff) |
How to use textalphabits to improve low res. font rendering.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1409 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pclfaq.htm | 107 |
1 files changed, 24 insertions, 83 deletions
diff --git a/doc/pclfaq.htm b/doc/pclfaq.htm index 5c9ecdce8..4c01a1c1c 100644 --- a/doc/pclfaq.htm +++ b/doc/pclfaq.htm @@ -1,88 +1,29 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> - <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> - <META NAME="GENERATOR" CONTENT="Mozilla/4.06 [en] (X11; I; Linux 2.0.32 i586) [Netscape]"> - <TITLE>GhostPCL Frequently Asked Questions</TITLE> -</HEAD> -<BODY> +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="GENERATOR" content="Mozilla/4.77 [en] (X11; U; Linux 2.2.19-7.0.1 i686) [Netscape]"> + <title>GhostPCL Frequently Asked Questions</title> +</head> +<body> -<H1> -<IMG SRC="ghost64.gif" HEIGHT=64 WIDTH=56> GhostPCL5e, GhostPCL5c, and -GhostPXL FAQ <IMG SRC="jfconbohrer.gif" ALT="Under construction." HEIGHT=113 WIDTH=100><FONT COLOR="#FF0000">This -page is under construction.</FONT></H1> +<h1> +<img SRC="ghost64.gif" height=64 width=56> GhostPCL5e, GhostPCL5c, and +GhostPXL FAQ <img SRC="jfconbohrer.gif" ALT="Under construction." height=113 width=100><font color="#FF0000">This +page is under construction.</font></h1> -<HR> -<P>This page discusses configuration, compilation and running of the +<hr> +<p>This page discusses configuration, compilation and running of the PCL family of products: GhostPCL5E, GhostPCL5c and GhostPXL. All of the PCL products use the Ghostscript Graphic Library for graphics, imaging and driver support. Please see the ghostscript faq for additional -information: <A HREF="http://www.cs.wisc.edu/~ghost/gsfaq.html">Ghostscript -FAQ.</A> -<P><B>Table of Contents</B> -<P> <A HREF="#1">1. I would like to run rtl/hpgl2 files. Can I do -this with the pcl5 interpreter?</A> -<BR><A HREF="#1"></A> -<P> -<HR><A NAME="1"></A> -<H1> -1. RTL/HPGL2 Configuration</H1> -The pjl parser file (pjparse.c) contains a structure with factory defaults. -Included in this list is the pcl "personality". This can be set to -pcl5c, pcl5e, hpgl, or rtl. Once changed the source has to be recompiled. -This will likely be changed in the future. -<P>/* provide factory defaults for pjl commands. Note these are not -pjl -<BR> defaults but initial values set in the printer when shipped. -In an -<BR> embedded system these would be defined in ROM */ -<BR>private const pjl_envir_var_t pjl_factory_defaults[] = { -<BR> {"formlines", "60"}, -<BR> {"widea4", "no"}, -<BR> {"fontsource", "I"}, -<BR> {"fontnumber", "0"}, -<BR> {"pitch", "10.00"}, -<BR> {"ptsize", "12.00"}, -<BR> /* NB this is for the 6mp roman8 is used on most -other HP devices -<BR> other devices */ -<BR> {"symset", "pc8"}, -<BR> {"copies", "1"}, -<BR> {"paper", "letter"}, -<BR> {"orientation", "portrait"}, -<BR> {"duplex", "off"}, -<BR> {"binding", "longedge"}, -<BR> {"manualfeed", "off"}, -<BR> {"fontsource", "I"}, -<BR> {"fontnumber", "0"}, -<BR> {"personality", "pcl5c"}, -<BR> /* {"personality", "rtl"}, */ -<BR> {"", ""} -<BR>}; -<P> -<HR><A NAME="1.1"></A> -<BR> -<HR><A NAME="1.2"></A> -<BR> -<HR><A NAME="1.3"></A> -<BR> -<HR><A NAME="1.4"></A> -<BR> -<HR><A NAME="1.5"></A> -<BR> -<HR><A NAME="1.6"></A> -<BR> -<HR><A NAME="1.7"></A> -<BR> -<HR><A NAME="1.8"></A> -<BR> -<HR><A NAME="1.9"></A> -<P> -<HR><A NAME="1.10"></A> -<BR> -<HR><A NAME="1.11"></A> -<BR> -<HR><A NAME="1.12"></A> -<BR> -</BODY> -</HTML> +information: <a href="http://www.cs.wisc.edu/~ghost/gsfaq.html">Ghostscript +FAQ.</a> +<p>1. Character rasterization at low resolution is poor, what do +I do? +<br> Use -dTextAlphaBits=4 to +enable antialiasing, the default TrueType font scaler does not use hints. +<p>2. +<br> +</body> +</html> |