diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2006-09-07 00:56:34 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2006-09-07 00:56:34 +0000 |
commit | c25c352be61c998539c322a88281a8a4d064f6b3 (patch) | |
tree | 8a22ff259f60695f1a2b0f64424072edaa29d77a /pl | |
parent | b71fa6e82d9df223f8aa9ef6ef7807b1a45fee76 (diff) |
Restore integration of the ufst lineprinter font and removal of the
obsolete wingding substitution command.
I accidentally excluded this patch (r2563) doing the merge
from the gs853merge branch.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2567 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl')
-rw-r--r-- | pl/plftable.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pl/plftable.c b/pl/plftable.c index 5013cd787..84e5830e9 100644 --- a/pl/plftable.c +++ b/pl/plftable.c @@ -598,11 +598,7 @@ const font_resident_t resident_table[] = { {0, 0, {60, 72000.0/60.0}, 0, ITALIC, NOBOLD, 24579, 78}, cc_alphabetic }, - /************** NB WRONG our lineprinter is unbound ****************/ - -#ifndef AGFA /* NB - line printer support seams to be completely - absent in the AGFA build */ - + /************** NB SEMI-WRONG the artifex lineprinter is unbound ****************/ {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'}, @@ -623,10 +619,8 @@ const font_resident_t resident_table[] = { {0, 0, {43.1, 72000.0/43.1}, 34, REGULAR, NOBOLD, 0, 87}, cc_alphabetic}, {fontnames("noname", "noname", "ArtLinePrinter"), {'L','i','n','e',' ','P','r','i','n','t','e','r',' ',' ','8','U'}, {0, 0, {43.1, 72000.0/43.1}, 34, REGULAR, NOBOLD, 81}, cc_alphabetic}, -#endif /* not AGFA and NB */ {fontnames("","", ""), {'0','0'}, {0, 0, {0, 0}, 0, 0, 0, 0} } -#undef AGFA #undef C #undef cc_alphabetic #undef cc_symbol |