summaryrefslogtreecommitdiff
path: root/pcl/pcsfont.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-15Add support to select fonts and exclude downloaded fonts from theHenry Stiles1-1/+1
2009-12-18Emulate HP TrueType parser bug which ignores the metrics in componentHenry Stiles1-2/+13
2009-06-25As part of fixing bug #690520 correct the long standing annoyance ofHenry Stiles1-3/+3
2009-04-16Add range checking of width and height for for downloaded bitmapHenry Stiles1-0/+6
2008-09-22Fixes 690087. Change the behavior of the pcl interpreter to continueHenry Stiles1-1/+10
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-12/+12
2007-06-25It was convenient to address two issues at the same time: (1) a fixHenry Stiles1-1/+1
2007-02-28cleanup compiler warnings and dead code in anticipation of a release. NoHenry Stiles1-0/+1
2007-02-02Gets rid of substitute glyph which is no longer necessary since Tom'sHenry Stiles1-62/+0
2006-10-19pctext.c: Allow vertical characters variable moved into pcl_text() asHenry Stiles1-2/+3
2006-10-09plulfont.c, plftable.c: Brings forward artifex scaler font fixes toHenry Stiles1-3/+0
2006-10-02pcsfont.c: fixes long standing issue of printing the lower case 't'Henry Stiles1-4/+68
2006-09-28Fixes indeterministic behavior caused by the soft management fontHenry Stiles1-19/+19
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-18/+18
2006-08-22The pitch mode command effects both primary and secondary fontHenry Stiles1-3/+6
2006-08-10font spacing fixes, cet 19-08 pp 6 and 7, 19-10 page 10. Also adds aHenry Stiles1-4/+2
2006-07-27plsymbol.c, pctext.c, pcfsel.c - factor out symbol lookup so xl and pcl canHenry Stiles1-27/+7
2006-07-12In the interest of breaking every file in the regression suite:Henry Stiles1-1/+28
2006-04-10Two fixes for CET 20-01.bin, handling downloading of corrupt fonts andHenry Stiles1-0/+11
2004-12-30Null pad bitmap font downloads and warning fix.Henry Stiles1-1/+2
2004-04-09The UFST's swap data routine was not getting the correct "size" valueHenry Stiles1-1/+7
2004-03-31pcsfont.c - swap header for downloaded intellifonts when using theHenry Stiles1-0/+6
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-34/+31
2003-08-10Completes the changes started in the last commit of pcsfont.c toHenry Stiles1-23/+41
2003-08-06We now use synonyms (links) to implement cloning of resident fonts.Henry Stiles1-0/+21
2003-05-06*** empty log message ***Henry Stiles1-3/+3
2002-09-28Fixes a bug where a font sends more information in a font download than itStefan Kemper1-2/+2
2002-08-28Removed check for extra data in the definition of a downloadedStefan Kemper1-2/+1
2002-08-07use currentdevice instead of "target" device, see previos logs.Henry Stiles1-2/+2
2002-06-18Compiler warning cleanup. New code to deallocate the font cache whenHenry Stiles1-0/+2
2002-04-02removes error message concerning downloaded fonts used with freetype.Henry Stiles1-5/+0
2002-02-15Bitmap font definitions support a short descriptor size less than 64;Stefan Kemper1-2/+2
2002-01-08The fast path of printing text has been disabled because ofHenry Stiles1-2/+2
2001-10-31Disable download truetype fonts while using the freetype scaler. ThisHenry Stiles1-666/+664
2001-08-16Changed reset escE to not delete soft fonts when using the pdfwrite deviceStefan Kemper1-10/+13
2001-04-27Code changes for pcl reentrancy and miscellaneous items for the 1.35Henry Stiles1-3/+3
2001-04-23adding font name to pl_fill_in_font for pdfwrite.Stefan Kemper1-3/+3
2001-03-23Added new copyrightStefan Kemper1-3/+12
2001-01-07End the page if it has been marked when a media selection command isHenry Stiles1-0/+2
2001-01-06Support for pcl disk based macros and fonts. PJL filesystem parsingHenry Stiles1-6/+63
2000-09-03The universal type 16 font which supports both truetype and bitmap wasHenry Stiles1-2/+7
2000-08-01Support for the double byte parsing. Adds support for the bitmapHenry Stiles1-10/+17
2000-07-10new support for pcl5e bitmap fonts that are designed in landscapeHenry Stiles1-0/+5
2000-06-11Adds new interface so clients can unload resident font data. AlsoHenry Stiles1-0/+1
1999-09-26The partial implementation of continuation (see below) did not allowHenry Stiles1-3/+8
1999-09-10soft font continuation support for uncompressed bitmap fonts.Henry Stiles1-18/+45
1999-07-27Workaround - dictionary synynyms do not work properly with dictionaryHenry Stiles1-25/+33
1999-07-19Modification to always select fonts by id instead of selecting theHenry Stiles1-3/+9
1999-06-17releases pxl error page font and enumeration when shutting down anHenry Stiles1-0/+2
1999-06-02Initial checkin for multiple language support, shared devices,John Desrosiers1-2/+2