summaryrefslogtreecommitdiff
path: root/pl/plchar.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14Squash some more PCL warnings.Robin Watts1-2/+2
2011-11-10Squash warnings in pcl/pxl.Robin Watts1-10/+10
2011-11-10Squash warnings in MSVC build.Robin Watts1-11/+12
2011-10-07Remove the 'return' from the macro gx_set_dev_colorKen Sharp1-1/+3
2011-08-09Remove gserror.h, its contents have been moved to gserrors.h so weHenry Stiles1-1/+0
2011-06-01Clean up warnings and problems identified with static analysis.Henry Stiles1-5/+1
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-182/+175
2011-02-17PCL-XL bitmap fonts have a font header of 10 bytes followed by theHenry Stiles1-1/+1
2010-02-11Merge the pcl_font_mods branch into the trunk, adding a longstandingHenry Stiles1-1/+4
2010-02-11Enable the TrueType dropout prevention code in the graphics libraryHenry Stiles1-2/+11
2010-01-27Introduce new gs_currentdevicecolor function (and inline macro version) toRobin Watts1-1/+2
2010-01-19Do not attempt to free statically allocated glyphs when adding aHenry Stiles1-1/+4
2009-12-18Emulate HP TrueType parser bug which ignores the metrics in componentHenry Stiles1-0/+65
2009-08-10Clean up reference counting problems and properly useHenry Stiles1-18/+30
2008-09-18Factor out repeated code from the ufst character module to the commonHenry Stiles1-1/+1
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-25/+25
2007-07-25Fixing broken pcl -> pdf in anticipation of upcoming pcl release.Henry Stiles1-1/+3
2007-06-25It was convenient to address two issues at the same time: (1) a fixHenry Stiles1-20/+16
2007-03-04Fix a regression introduced with the warning cleanup. The lastHenry Stiles1-1/+1
2007-02-28cleanup compiler warnings and dead code in anticipation of a release. NoHenry Stiles1-23/+13
2007-02-02Gets rid of substitute glyph which is no longer necessary since Tom'sHenry Stiles1-256/+181
2007-01-19fix for bug 0060, PCL5 CET 20-01 page 36. Improve rendering of Intellifont so...thomasd1-82/+254
2006-10-10corrupt intellifont causes indeterministic (sic) behavior on windowsHenry Stiles1-1/+1
2006-10-04NOTICES:Henry Stiles1-7/+3
2006-10-02pcsfont.c: fixes long standing issue of printing the lower case 't'Henry Stiles1-6/+2
2006-09-26Merge gs_type42_append() api change from gs trunk r6995, "Clean up theRalph Giles1-8/+6
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-40/+42
2006-08-29pginit.c: HPGL/2's P1 and P2 were not being updated upon pcl resettingHenry Stiles1-1/+1
2006-08-24WARNING 1: This patch modifies the urw font set so you mustHenry Stiles1-1/+0
2006-05-22remove debugging code... should not have been included in lastHenry Stiles1-7/+0
2006-05-22WARNING - probably breaks ufst build. pcl (not xl) vertical writingHenry Stiles1-18/+73
2006-05-10pxldis.py - see previous log entry for this code, should have beenHenry Stiles1-2/+2
2006-01-06font bounding box for truetype collection characters did not workHenry Stiles1-1/+11
2005-01-03Fix bug with null memory pointer in a mem_mono_device.Stefan Kemper1-3/+1
2004-12-31replaces obsolete field.Henry Stiles1-1/+1
2004-12-30removes obsolete code, replaces 16 & 32 bit big endian accessor macrosHenry Stiles1-1191/+1140
2004-04-09The UFST's swap data routine was not getting the correct "size" valueHenry Stiles1-1/+1
2004-03-31pcsfont.c - swap header for downloaded intellifonts when using theHenry Stiles1-0/+12
2004-01-26glyph to name behavior fixed for non-truetype fonts. Also, removesHenry Stiles1-1/+1
2004-01-17new callbacks for high level text processing, most important of whichHenry Stiles1-0/+13
2003-12-10Added private function declaration:Stefan Kemper1-0/+3
2003-10-01Changed name of pl_stdio_t to gs_lib_ctx_t.Stefan Kemper1-1/+0
2003-09-19Apparently HP does not use TrueType vmtx tables all data metrics showHenry Stiles1-15/+26
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-35/+39
2003-05-08Re-enable char cache.Stefan Kemper1-1/+1
2003-05-08Changes to support gs_glyph_data_t in get_outline code.Stefan Kemper1-13/+22
2003-05-02*** empty log message ***Henry Stiles1-5/+4
2003-03-05Fixed PXL downloaded characters that include metrics and glyph_idStefan Kemper1-12/+8
2003-01-28Changed truetype font accesses of left side bearing ( lsb ) from unsigned toStefan Kemper1-5/+5
2002-02-15XL format 0 fonts class 1 fonts can be downloaded with 3 segmentsHenry Stiles1-2/+12