summaryrefslogtreecommitdiff
path: root/urwfonts
AgeCommit message (Collapse)AuthorFilesLines
2012-01-18Integrates the new URW WingDing font.Henry Stiles1-0/+0
For reasons unknown URW has named the font NewDingbats. This will result in many healthy progressions in the regression test suite.
2010-01-26Merges branch pcl_font_mods rev 10635 to trunk: restores the spaceHenry Stiles64-0/+0
character to all the urwfonts. The space was originally removed with the FontLab font editor which apparently made very minor (1 pixel output) changes to many of the font character's escapements. We've moved the change from the pcl font modification branch to the trunk as not to have these minor pixel shifts trigger regression errors each time the branch is regression tested. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10645 a1074d23-0009-0410-80fe-cf8c14f379e6
2009-12-28Remove WingSub.ttf. See the revision log 10564 for details, thisHenry Stiles1-0/+0
change should have been included with it. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10565 a1074d23-0009-0410-80fe-cf8c14f379e6
2009-12-28Delete the urwfont corresponding to Letter Gothic Bold Italic, it isHenry Stiles1-0/+0
not used by the pcl interpreter, and now that the fonts are built into the executable its presence isn't negligible. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10562 a1074d23-0009-0410-80fe-cf8c14f379e6
2008-03-26Replace florin with adieresis. This is the second encoding problemHenry Stiles1-0/+0
found with our lineprinter font. This fixes 689675 but an exhaustive test of all the characters in the font is needed. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@3053 06663e23-700e-0410-b217-a244a6096597
2008-03-05Fixes 689659, replaces "o acute" with "em dash" in the font.Henry Stiles1-0/+0
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@3041 06663e23-700e-0410-b217-a244a6096597
2006-08-29Remove spurious executable bit on WingSub.ttf.Ralph Giles1-0/+0
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2548 06663e23-700e-0410-b217-a244a6096597
2006-08-24WARNING 1: This patch modifies the urw font set so you mustHenry Stiles64-0/+0
recopy/rewrite the fonts in your font directory. WARNING 2: This change requires an associated change by Monotype if building with the UFST. We are waiting for that change. plchar.c: removes unnecessary debug warning. pcparse.c: Parser was throwing away ESC and the following character, if the second character did not form a known command, only the ESC should be discarded. Fixes missing data in CET 18-14. pctext.c, pglabel.c and urwfonts: Removes the space character from the proportional fonts to more closely match the hp resident set. The "magic" in pcl to determine space character vs control code did not always work properly. It is much simpler to get rid of the space in the font and this is consistent with the fonts in the UFST. Improves cet 20-01, 20-02, 20-04. In all of these cases a downloaded symbol set had redirected the space slot to another character and we interpreted this as a space. REGRESSIONS: There are minor regressions in the Extra Space test in the CET but this code is being worked on now anyway. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2534 06663e23-700e-0410-b217-a244a6096597
2006-08-10font spacing fixes, cet 19-08 pp 6 and 7, 19-10 page 10. Also adds aHenry Stiles1-0/+0
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
2006-04-18Re-add urw font files manually from cvs. Earlier versions wereRalph Giles80-0/+0
corrupted in the repository conversion. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2360 06663e23-700e-0410-b217-a244a6096597
2006-04-18Remove urw font files corrupted in the repository conversion.Ralph Giles80-0/+0
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2359 06663e23-700e-0410-b217-a244a6096597
2004-03-13alignment of line drawing characters. Continuation of previous check-in.Henry Stiles1-0/+0
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2101 06663e23-700e-0410-b217-a244a6096597
2004-03-11improves alignment of line drawing characters, still not exact butHenry Stiles1-0/+0
much closer. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2099 06663e23-700e-0410-b217-a244a6096597
2003-02-25Reached the point of diminishing returns on improving the ArtifexHenry Stiles1-0/+0
lineprinter font. There are still subtle difference between our font and HP's, but we think this is an acceptable solution. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1865 06663e23-700e-0410-b217-a244a6096597
2003-02-24The remaining symbols for the art line printer. Still need work onHenry Stiles1-0/+0
side bearings and shape of some characters. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1863 06663e23-700e-0410-b217-a244a6096597
2003-02-06Font designing debut, a grueling exercise. This font hasHenry Stiles1-0/+0
characteristics similar to an HP lineprinter font. Still under construction but now contains most 7 bit ascii "printables". Which is enough to print several test files. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1845 06663e23-700e-0410-b217-a244a6096597
2003-01-30Metrics fixes from URW.Henry Stiles6-0/+0
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1840 06663e23-700e-0410-b217-a244a6096597
2003-01-15This is the new URW font release of 79 fonts with euro support, withHenry Stiles133-0/+0
font file names renamed to their corresponding TT postscript names. The old line printer substitute fonts. This substitution is now done in the font table logic. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1819 06663e23-700e-0410-b217-a244a6096597
2002-01-11New URW font package containing euro symbol. No testing of these newHenry Stiles44-0/+0
fonts has been done yet. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1581 06663e23-700e-0410-b217-a244a6096597
2001-05-10urw fonts.Henry Stiles54-0/+0
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1338 06663e23-700e-0410-b217-a244a6096597