summaryrefslogtreecommitdiff
path: root/pl
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2006-08-29 01:32:30 +0000
committerHenry Stiles <henry.stiles@artifex.com>2006-08-29 01:32:30 +0000
commit2e4a7ab27e30170df343f8ff1e50e890262800f9 (patch)
treedf6d1cd5e1616bdc0ad80668eee078284ef8ba53 /pl
parent5116f5399cf296b11f0f99e8273f8fc28a4b984c (diff)
pginit.c: HPGL/2's P1 and P2 were not being updated upon pcl resetting
the page. The artifex interpreter was depending on there being an hpgl/2 initialize command (IN) to get the ctm right. Fixes 27-01.BIN p. 2 and 27-06 p. 2 & 3. plchar.c: whitespace change. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2540 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl')
-rw-r--r--pl/plchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/plchar.c b/pl/plchar.c
index 5497219d2..fb3f4805b 100644
--- a/pl/plchar.c
+++ b/pl/plchar.c
@@ -916,7 +916,7 @@ pl_tt_char_metrics(const pl_font_t *plfont, const void *pgs, uint char_code, flo
return gs_type42_get_metrics((gs_font_type42 *)plfont->pfont,
glyph, metrics);
}
-
+
/* Get character existence and escapement for a TrueType font. */
private int
pl_tt_char_width(const pl_font_t *plfont, const void *pgs, uint char_code, gs_point *pwidth)