summaryrefslogtreecommitdiff
path: root/pl/plftable.c
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2006-08-10 04:18:20 +0000
committerHenry Stiles <henry.stiles@artifex.com>2006-08-10 04:18:20 +0000
commit6740a9492db85b2f3c9e0d89e0fdb6e50bb9631f (patch)
tree5c137f1ebb5afa787c04e74806b61971e357daba /pl/plftable.c
parent2baf4896f16b29a94b2f05df491c8a99dd0a85b4 (diff)
downloadghostpdl-6740a9492db85b2f3c9e0d89e0fdb6e50bb9631f.tar.gz
font spacing fixes, cet 19-08 pp 6 and 7, 19-10 page 10. Also adds a
substitute wingding font instead of doing the substitution in the code. The substitute dingbats was never properly selected because it was bound to the wingding symbol set. Note the new font must be copied to the user's pcl font directory. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2491 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl/plftable.c')
-rw-r--r--pl/plftable.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pl/plftable.c b/pl/plftable.c
index b0478f329..5013cd787 100644
--- a/pl/plftable.c
+++ b/pl/plftable.c
@@ -515,19 +515,17 @@ const font_resident_t resident_table[] = {
cc_symbol
},
-#ifdef AGFA_FONT_TABLE
{
- fontnames("Wingdings-Regular", "Wingdings-Regular", "noname"),
+ fontnames("Wingdings-Regular", "Wingdings-Regular", "WingSub"),
{'W','i','n','g','d','i','n','g','s',' ',' ',' ',' ',' ',' ',' '},
{18540, 1, {100, 72000.0/100.0},0, REGULAR, NOBOLD, 31402, 68},
cc_dingbats
},
-#endif
{
fontnames("ZapfDingbats", "ZapfDingbats", "Dingbats"),
{'Z','a','p','f','D','i','n','g','b','a','t','s',' ',' ',' ',' '},
- {18540, 1, {28, 72000.0/28.0},0, REGULAR, NOBOLD, 45101, 69},
+ {460, 1, {28, 72000.0/28.0},0, REGULAR, NOBOLD, 45101, 69},
cc_dingbats
},