summaryrefslogtreecommitdiff
path: root/pl/pllfont.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-15Prevent double file close on font file.Henry Stiles1-1/+2
2012-03-15Close PCL font files after initial read.Henry Stiles1-0/+1
2012-03-15Fix 692559, integrate Josef Hinteregger's patch to detect a fontHenry Stiles1-10/+10
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-2/+2
2011-03-11Code to support Cyrillic, Greek, Arabic, Baltic symbol sets, see theHenry Stiles1-2/+2
2010-06-26PXL PCLSelectFont implementation - Bug #691362. This code allows theHenry Stiles1-63/+63
2009-12-28Fixes bug 691024, the font list is now printed deterministically.Henry Stiles1-151/+125
2009-09-02Fixes 690206. Explicitly set font types in the resident font table.Henry Stiles1-2/+1
2009-08-29Fix 690471, a seg fault on snow leopard resulted from the compilerHenry Stiles1-1/+1
2009-05-01Add an 'IODevice' aware layer for filesystem enumeration 'gs_enumerate_*'Ray Johnston1-2/+2
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-4/+4
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-37/+37
2006-07-27plsymbol.c, pctext.c, pcfsel.c - factor out symbol lookup so xl and pcl canHenry Stiles1-5/+10
2006-07-12In the interest of breaking every file in the regression suite:Henry Stiles1-1/+0
2006-06-02changes for ufst 5.0. Also supports a new configuration using theHenry Stiles1-10/+63
2004-03-11tt2pcl.c - adds more diagnostics, file offsets where font data isHenry Stiles1-10/+1
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-10/+12
2003-08-22Fix to allow the environment variable that specifies the font locationHenry Stiles1-9/+23
2003-05-06*** empty log message ***Henry Stiles1-1/+1
2002-11-14Gets rid of the font table count entirely. Clients don't need it.Henry Stiles1-13/+0
2002-10-28Factors out resident font table into plftable.c to be shared by UFST,Henry Stiles1-204/+5
2002-06-18Compiler warning cleanup. New code to deallocate the font cache whenHenry Stiles1-1/+1
2002-04-02support for processing freetype outlines (charpath's). Fallback toHenry Stiles1-0/+1
2001-11-08adds graceful exit if no resident fonts are found.Henry Stiles1-2/+8
2001-05-10modifies font loading module to use the urw fonts.Henry Stiles1-44/+44
2001-04-30trim trailing white space from font name.Henry Stiles1-0/+10
2001-04-27Code changes for pcl reentrancy and miscellaneous items for the 1.35Henry Stiles1-1/+1
2001-04-23capture font name for pdfwrite added to pl_load_tt_fontStefan Kemper1-1/+2
2001-03-23Added new copyrightStefan Kemper1-3/+12
2001-03-06New font loading machinery shared by PCL and XL instead of havingHenry Stiles1-0/+510