diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2006-07-31 21:08:01 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2006-07-31 21:08:01 +0000 |
commit | 48ba9fb49e5cb80c99b98c905bdc6ece9365c287 (patch) | |
tree | 105a6824b845d4d74a535a08ffdbe910f4168a0e /pcl/pctext.c | |
parent | 3413ff74e3e339f75e65fa4d446d21c5fd56d6d0 (diff) |
pctext.c: corrects comment.
rtgmode.c: The unusual behavior that does not allow raster scaling if
the palette is fixed (not writable) only applies to implicit raster
entry on the HP Color Laserjet 4600. Progressions in the following
cet files:
15-01.BIN
21-03.BIN
22-05.BIN
22-10.BIN
22-13.BIN
22-15.BIN
22-20.BIN
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2481 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pctext.c')
-rw-r--r-- | pcl/pctext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcl/pctext.c b/pcl/pctext.c index bf99544e7..3612f2e18 100644 --- a/pcl/pctext.c +++ b/pcl/pctext.c @@ -494,7 +494,8 @@ pcl_show_chars_slow( CR so it knows where to draw underlines if needed then restore the position. NB don't like this business of mixing floats and ints - - pcs->cap, tmppt, and cpt. */ + (pcs->cap and cpt). throughout this + function. */ pcs->cap.x = cpt.x; pcs->cap.y = cpt.y; pcl_do_CR(pcs); |