summaryrefslogtreecommitdiff
path: root/pxl/pxfont.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01Clean up warnings and problems identified with static analysis.Henry Stiles1-1/+1
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-6/+4
2011-02-17PCL-XL bitmap fonts have a font header of 10 bytes followed by theHenry Stiles1-0/+11
2010-07-31Thanks to Norbert Janssen for providing this fix for bug #690375. PCLHenry Stiles1-65/+79
2010-06-26PXL PCLSelectFont implementation - Bug #691362. This code allows theHenry Stiles1-424/+441
2010-05-05More work for bug 691207 (remove global vars). Change the gp_ interface andRobin Watts1-1/+1
2010-01-28Support for unstyled substitution. We have always avoidedHenry Stiles1-39/+38
2009-08-30Make PXL operator definitions public to clean up many lackingHenry Stiles1-0/+1
2009-03-27Fixes for 690203 and 690323, some pcl drivers write incorrect TrueTypeHenry Stiles1-1/+16
2008-12-17proper error processing for bug #690203 to detect a true typeHenry Stiles1-1/+5
2008-06-30We did not anticipate having to use HP's obsolete Master Symbol ListHenry Stiles1-3/+4
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-4/+4
2007-08-15Modifications for pcl, pxl, and xps so text works properly with highHenry Stiles1-1/+7
2007-07-22Partial fix to optimize the usage of artificially boldened characters.Henry Stiles1-6/+13
2007-07-19Provide a special case for the undocumented symbol set 590 (XL only).Henry Stiles1-3/+5
2007-02-28cleanup compiler warnings and dead code in anticipation of a release. NoHenry Stiles1-2/+0
2007-02-13silently ignore 0 scaled fonts. Removes hack to adjust the shearHenry Stiles1-5/+9
2006-10-18algoritmithic bolding should not be applied to character paths. FixesHenry Stiles1-2/+3
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-34/+33
2006-07-27plsymbol.c, pctext.c, pcfsel.c - factor out symbol lookup so xl and pcl canHenry Stiles1-13/+10
2006-07-06accidentally backed out this fix last checkin. It turns out thatHenry Stiles1-0/+4
2006-07-06uncomment code that was to be tested to enable format 1 class 2 fonts.Henry Stiles1-8/+1
2006-06-20fixes bitmap font scaling regression (sigh). Affects the following cet files:Henry Stiles1-5/+4
2006-05-22WARNING - probably breaks ufst build. pcl (not xl) vertical writingHenry Stiles1-240/+62
2006-05-11Mods last fix slightly. Apparently we should not undo the pageHenry Stiles1-10/+6
2006-05-10UFST XL bitmap character rotation with page orientation bug.Stefan Kemper1-3/+9
2006-05-10pxldis.py - see previous log entry for this code, should have beenHenry Stiles1-1/+1
2004-12-30pxerrors.c, pxfont.[ch], pxink.c, pxparse.c, pxpthr.c - warning fixesHenry Stiles1-14/+4
2004-12-17Fixed bug PXL character bug.Stefan Kemper1-1/+1
2004-10-18Reduced precision of previous commit to work at higher resolutions.Stefan Kemper1-1/+1
2004-10-18Fixed shear bug in pxlfts2.0/t310 01Stefan Kemper1-0/+4
2004-10-13Fix for pxl rotated bitmap font scaling.Stefan Kemper1-51/+6
2004-03-31pcsfont.c - swap header for downloaded intellifonts when using theHenry Stiles1-3/+14
2004-01-30enable return width functionality in text operartion.Henry Stiles1-1/+1
2004-01-27Changing pxl text routines to use gs_chars instead of passing strings toStefan Kemper1-91/+103
2003-09-24Fixing bug with pxl rotated characters placement.Stefan Kemper1-0/+6
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-40/+46
2003-06-25*** empty log message ***Henry Stiles1-20/+4
2003-05-06*** empty log message ***Henry Stiles1-1/+1
2003-01-28Add page orientation rotation into account when rotating PXL downloaded bitmapStefan Kemper1-2/+4
2003-01-2716bit characters are always unicode in PXL. They never use symbol maps.Stefan Kemper1-12/+8
2002-11-23removed c++ comment.Stefan Kemper1-2/+2
2002-10-31Added pxl vertical character substitutions and vertical text writing mode.Stefan Kemper1-126/+266
2002-09-04Downloaded bitmap fonts were scaled incorrectly.Henry Stiles1-7/+1
2002-06-18Compiler warning cleanup. New code to deallocate the font cache whenHenry Stiles1-1/+4
2002-05-22Fallback... identity map characters that are double byte if theHenry Stiles1-2/+10
2002-04-19PXL bug fix. Resident truetype wingding and symbol fonts don't use a symbolStefan Kemper1-2/+7
2002-03-05Invalidate the character cache whenever pxl algorithmic bolding is used.Stefan Kemper1-0/+6
2001-05-09Support for downloads of truetype fonts with metrics per characterStefan Kemper1-1/+2
2001-04-27Code changes for pcl reentrancy and miscellaneous items for the 1.35Henry Stiles1-1/+1