summaryrefslogtreecommitdiff
path: root/pcl/pcfont.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-10Squash warnings in pcl/pxl.Robin Watts1-3/+3
2011-07-06Removes obsolete code.Henry Stiles1-6/+0
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-349/+348
2010-12-28Disable Font hinting at printer resolutions, the improvement does notHenry Stiles1-0/+3
2010-01-15Add support to select fonts and exclude downloaded fonts from theHenry Stiles1-3/+3
2009-04-15Fix longstanding font bugs for customer #951 - bug #689675 andHenry Stiles1-1/+2
2007-11-16continuing pcl improvements to run in the absence of the residentHenry Stiles1-0/+4
2007-11-16Allow the pcl interpreter to run without fonts. No differencesHenry Stiles1-9/+3
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-36/+36
2007-07-25Fixing broken pcl -> pdf in anticipation of upcoming pcl release.Henry Stiles1-31/+0
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-10/+10
2006-08-22The pitch mode command effects both primary and secondary fontHenry Stiles1-7/+9
2006-08-05Fixes pcl5c fts panels 291, 301, 310, and 320 where lineprinter wasHenry Stiles1-2/+2
2006-04-24Fixes for supporting passthrough CET. Also arbitrarily sets an rgbHenry Stiles1-22/+25
2005-02-08pxsessio.c: formatting/indenting.Henry Stiles1-11/+18
2004-12-30argument mismatchHenry Stiles1-1/+1
2004-11-15Finished support for PCL Designate Primary/Secondary Font defaultingStefan Kemper1-4/+17
2003-11-01modifications to make 0 a legitimate font identifier.Henry Stiles1-4/+4
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-10/+10
2002-10-07Fixed bug where HMI needs to be defaulted whenever any of the font'sStefan Kemper1-1/+10
2002-07-24Fixed character cache free to correctly free chunk data.Stefan Kemper1-6/+8
2002-06-21Code to completely deallocate the memory associated with the fontHenry Stiles1-0/+11
2002-06-18Compiler warning cleanup. New code to deallocate the font cache whenHenry Stiles1-1/+2
2001-04-02Unload font data after a permanent reset and not for printer resetHenry Stiles1-3/+4
2001-03-23Added new copyrightStefan Kemper1-3/+12
2001-03-06modified to call new shared font loading procedure and initializationHenry Stiles1-7/+22
2000-06-11Adds new interface so clients can unload resident font data. AlsoHenry Stiles1-2/+22
2000-05-11removes obsolete glyph substitution code.Henry Stiles1-11/+0
2000-02-17Changes for language switching, auto sensing, better memoryHenry Stiles1-2/+13
1999-12-21PCL did not correctly process corrupt files because the font selectionHenry Stiles1-3/+7
1999-09-21Changed comments from // to /* */Marcos H. Woehrmann1-1/+1
1999-09-10The pcl font machinary was changed (see below) to maintain a flag inHenry Stiles1-0/+2
1999-07-27When a font is selected by id simply decache and let it be reselectedHenry Stiles1-3/+1
1999-07-19Modification to always select fonts by id instead of selecting theHenry Stiles1-2/+5
1999-06-17releases pxl error page font and enumeration when shutting down anHenry Stiles1-0/+1
1999-06-14Adds decaching for fonts for shift in, shift out, and selection by id.Henry Stiles1-13/+13
1999-06-06Adds a new pcl reset type, pcl_reset_permenant, used to getHenry Stiles1-2/+7
1999-06-02Initial checkin for multiple language support, shared devices,John Desrosiers1-11/+14
1999-05-05Fixes 2 problems with polyline encoding: After PE is executed, theHenry Stiles1-4/+10
1999-04-13WARNING: changes pending - do not release. First stable pcl checkinHenry Stiles1-2/+5
1999-04-02Static removal phase 2. Moves pcl cursor (cap) back into pcl's state,Henry Stiles1-133/+133
1999-02-24I thought I had a good idea but I didn't.Henry Stiles1-18/+12
1999-02-24Modifications to support PJL fontsource and fontnumber environmentHenry Stiles1-35/+140
1999-02-17modifications to support PCLXL processing of PJL.Henry Stiles1-2/+2
1998-11-26changed to use pjl_compare() instead of strcmp().Henry Stiles1-1/+1
1998-11-05Added /winnt/fonts/ to tt font search path.Marcos H. Woehrmann1-0/+1
1998-10-16adds include files for correct prototypes we also corrected a problem in corr...Henry Stiles1-1/+2
1998-10-05Updates for getting intitial state from the pjl environment.Henry Stiles1-23/+40
1998-09-18Removes ghostscript license.Henry Stiles1-19/+3
1998-09-04Modified pcmacros_do_reset to support overlay macros.Jan Stockenius1-2/+2