diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2006-10-18 08:47:48 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2006-10-18 08:47:48 +0000 |
commit | 209144196e24872f5e5e2c1e6a4a3d01ee89c59f (patch) | |
tree | aad294982d5a5ba248d82f0ce2db980a18d0b0e5 /pl/plftable.c | |
parent | 6987fd81bbf722a10a0b1934fb63a760724bd3cb (diff) |
lineprinter was broken in pxl since the last time lineprinter was
integrated. This was a known issue. The Set Default GS string in gs
accidentally set character scaling to 0 instead of 1 resulting in
missing text. The winding substitution is obsolete so the code has
been removed.
Customer bug #'s - 7, 13, 14, and 17.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2645 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl/plftable.c')
-rw-r--r-- | pl/plftable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pl/plftable.c b/pl/plftable.c index 8d17e0337..35397ad90 100644 --- a/pl/plftable.c +++ b/pl/plftable.c @@ -599,12 +599,12 @@ const font_resident_t resident_table[] = { }, /************** NB SEMI-WRONG the artifex lineprinter is unbound ****************/ + {fontnames("noname", "noname", "ArtLinePrinter"), {'L','i','n','e',' ','P','r','i','n','t','e','r',' ',' ','0','N'}, + {0, 0, {43.1, 72000.0/43.1}, 34, REGULAR, NOBOLD, 0, 82}, cc_alphabetic}, {fontnames("noname", "noname", "ArtLinePrinter"), {'L','i','n','e',' ','P','r','i','n','t','e','r',' ',' ','6','N'}, {0, 0, {43.1, 72000.0/43.1}, 34, REGULAR, NOBOLD, 0, 88}, cc_alphabetic}, {fontnames("noname", "noname", "ArtLinePrinter"), {'L','i','n','e',' ','P','r','i','n','t','e','r',' ',' ','9','N'}, {0, 0, {43.1, 72000.0/43.1}, 34, REGULAR, NOBOLD, 0, 89}, cc_alphabetic}, - {fontnames("noname", "noname", "ArtLinePrinter"), {'L','i','n','e',' ','P','r','i','n','t','e','r',' ',' ','0','N'}, - {0, 0, {43.1, 72000.0/43.1}, 34, REGULAR, NOBOLD, 0, 82}, cc_alphabetic}, {fontnames("noname", "noname", "ArtLinePrinter"), {'L','i','n','e',' ','P','r','i','n','t','e','r',' ','1','0','U'}, {0, 0, {43.1, 72000.0/43.1}, 34, REGULAR, NOBOLD, 0, 80}, cc_alphabetic}, {fontnames("noname", "noname", "ArtLinePrinter"), {'L','i','n','e',' ','P','r','i','n','t','e','r',' ','1','1','U'}, |