summaryrefslogtreecommitdiff
path: root/pl/pluchar.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-09Remove gserror.h, its contents have been moved to gserrors.h so weHenry Stiles1-1/+0
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-24/+19
2009-06-29Fix regressions associated with 690316. Apparently, with the MonotypeHenry Stiles1-4/+15
2009-03-19Norbert Janssen has provided this fix for bug 690316. Using the ufstHenry Stiles1-2/+3
2008-09-18Factor out repeated code from the ufst character module to the commonHenry Stiles1-71/+0
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-13/+13
2006-11-16Disable xl artificial emboldening when stroking a char with UFST.Stefan Kemper1-1/+1
2006-11-16Correct ufst boldness factor, integer truncation makes this identical.Stefan Kemper1-6/+4
2006-10-26Fix : Some type casts were potentially harmful.Igor Melichev1-3/+3
2006-10-24WARNING: msvc makefile changes will be necessary.Henry Stiles1-18/+0
2006-10-19WARNING requires ufst update.Henry Stiles1-1/+1
2006-10-10WARNING: requires updating and recompiling the ufst.Henry Stiles1-5/+2
2006-10-09plulfont.c, plftable.c: Brings forward artifex scaler font fixes toHenry Stiles1-2/+2
2006-10-04NOTICES:Henry Stiles1-1356/+0
2006-10-02pcsfont.c: fixes long standing issue of printing the lower case 't'Henry Stiles1-96/+52
2006-09-26Merge gs_type42_append() api change from gs trunk r6995, "Clean up theRalph Giles1-3/+0
2006-09-11pspcl6_gcc.mak - remove some repetition, no effect expected.Henry Stiles1-4/+21
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-58/+65
2006-06-02changes for ufst 5.0. Also supports a new configuration using theHenry Stiles1-4/+4
2005-09-14Fixed bug with downloaded Intellifont processing with UFST.Stefan Kemper1-0/+1
2004-12-30reorganized so diffing with plchar.c will be easier. RemovesHenry Stiles1-435/+404
2004-10-10The replacement of the XL TT download font header with the UFST dummyHenry Stiles1-2/+1
2004-09-01Initial UFST 4.6 integration.Henry Stiles1-2/+5
2004-04-13Removed extra trailing semicolonStefan Kemper1-1/+1
2004-04-09The UFST's swap data routine was not getting the correct "size" valueHenry Stiles1-2/+2
2004-03-31pcsfont.c - swap header for downloaded intellifonts when using theHenry Stiles1-244/+47
2004-02-27Added gs_memory_t pointers to our ufst interface.Stefan Kemper1-44/+47
2003-05-238.0 updates needed for the UFST configuration.Henry Stiles1-4/+4
2003-05-08Changes to support gs_glyph_data_t in get_outline code.Stefan Kemper1-13/+22
2003-04-08pl_tt_init_procs() needed to initializes pl_font->char_metrics function.Stefan Kemper1-0/+1
2003-03-18pluchar.c - speeds up UFST width caching by reordering conditionals.Henry Stiles1-16/+14
2003-01-29Initialization of pl_tt_get_metrics for downloaded fonts in ufst and fts buildsStefan Kemper1-0/+2
2003-01-28Changed truetype font accesses of left side bearing ( lsb ) from unsigned toStefan Kemper1-2/+2
2003-01-15fixes regression, outline requests to the ufst can result in fixedHenry Stiles1-5/+10
2003-01-15implement a caching scheme to avoid calling the slow UFST CGIFwidth()Henry Stiles1-11/+83
2002-11-23removed c++ commentStefan Kemper1-1/+1
2002-11-02pxl type 16 fonts have to have their headers adjusted to work properlyHenry Stiles1-0/+1
2002-10-16Performance improvement for PXL and UFST, caches space characters.Stefan Kemper1-12/+11
2002-09-15Mods for ufst 4.4.Henry Stiles1-3/+3
2002-04-08Added xl_format1 flag to the pl_font_params to remember when a font headerStefan Kemper1-4/+3
2002-03-25Added an option AFS_FOR_DOWNLOADED_TRUETYPE to allow the artifex scaler toStefan Kemper1-27/+264
2002-03-16obsolete comment removed.Henry Stiles1-3/+0
2002-03-05UFST character caching flag was being invalidated incorrectly. ResettingStefan Kemper1-3/+18
2002-02-15XL format 0 fonts class 1 fonts can be downloaded with 3 segmentsHenry Stiles1-2/+19
2002-01-24for XL format 16 download font variants it is necessary to modify theHenry Stiles1-11/+27
2002-01-08In the UFST configuration we cannot use the the UFST API for gettingHenry Stiles1-21/+114
2001-10-26UFST set size and point size were truncated now they are rounded.Henry Stiles1-5/+2
2001-09-27freetype 2 integration. Now printing many fts files and pcl files ofHenry Stiles1-14/+16
2001-09-11fixes downloaded truetype problems referenced in the previous logHenry Stiles1-886/+887
2001-09-10changes AGFA ufst to use point size instead of EM transformation, toHenry Stiles1-59/+67