summaryrefslogtreecommitdiff
path: root/xps/xpsttf.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Fix XPS and PCL interpreters : Change to decode_glyph routineKen Sharp1-1/+1
2010-11-25Increase buffer size so that xps_true_callback_glyph_name can't cause a buffe...Tor Andersson1-2/+2
2010-06-22Whitespace and indentation fixes.Tor Andersson1-7/+6
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-2/+3
2010-04-22Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson1-1/+0
2010-04-20Update GhostXPS copyright blobs for year 2010.Tor Andersson1-1/+1
2010-04-20Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson1-147/+147
2010-02-16Enable dropout prevention for Truetype fonts in XPS.Tor Andersson1-0/+9
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-19/+18
2009-10-23Correct format string type mismatches in some debugging statements.Ralph Giles1-3/+3
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-1/+16
2007-11-14Workaround missing post table data by inventing glyph names.Tor Andersson1-9/+14
2007-11-13Constant vigilance! Never trust a default.Tor Andersson1-2/+18
2007-10-24Parse name table for font name. Use same type42 callbacks as PCL.Tor Andersson1-16/+21
2007-10-12For help in tracking down bug 689483: Initialize font->is_cached. Set the enc...Tor Andersson1-2/+3
2007-10-11Add bounds check for accessing font file data.Tor Andersson1-1/+5
2007-10-03Remove a lot of debugging/progress/printf noise.Tor Andersson1-12/+14
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-7/+7
2007-09-24Suppress error message for post table format 3.0 which is used a lot in OpenT...Tor Andersson1-5/+9
2007-09-24Implemented xps_true_callback_glyph_name using pcl font code so that pdfwrite...Tor Andersson1-3/+171
2007-09-05Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson1-1/+2
2007-05-14Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson1-3/+1
2007-04-16Matrix voodoo.Tor Andersson1-0/+3
2007-03-07Imported font code from gslite.Tor Andersson1-0/+177