summaryrefslogtreecommitdiff
path: root/xps/xpsfont.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Bug 705989 Error checking in xpsfont.cMichael Vrhel2023-01-101-2/+15
* Bug 705608 : XPS interpreterEthan Vrhel2022-08-041-1/+1
* GhostXPS - fix commit 7642e51271eafd012a80722b5f82226188de90a2Ken Sharp2022-07-241-1/+1
* Bug 705608 : XPS interpreterEthan Vrhel2022-07-201-1/+10
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* xps_free_font wasn't freeing font->data causing leaks.Robin Watts2019-07-051-0/+3
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 698151: XPS: bounds check selecting cmap table.Chris Liddell2017-06-301-9/+11
* Bug 698150: XPS: bounds check in format 6 and 10 cmap tablesChris Liddell2017-06-301-3/+11
* Bug 698081: more bounds checking in xps_load_sfnt_nameChris Liddell2017-06-201-0/+5
* Bug 698065: xps: fix reading of idRangeOffset in cmap tableChris Liddell2017-06-161-2/+2
* Bug 698064: bounds check xps_encode/decode_font_char_impChris Liddell2017-06-161-5/+19
* Bug 698050: xps: bounds check offset for requested cmap tableChris Liddell2017-06-141-2/+7
* Bug 698044: restrict font name length to the buffer size.Chris Liddell2017-06-141-1/+3
* Bug 698025: validate offsets reading TTF name table in xpsChris Liddell2017-06-121-0/+15
* XPS interpreter - fix some Coverity warningsKen Sharp2017-02-141-2/+16
* XPS interpreter - add a reverse GID lookup for the benefit of pdfwriteKen Sharp2017-02-071-0/+114
* Squash Warnings: Unused Var/Var set but not used.Robin Watts2016-01-041-2/+3
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-1/+1
* xps: Look harder for a font name in the 'name' table.Tor Andersson2013-10-081-7/+44
* xps: Check sfnt name table length before accessing array.Tor Andersson2013-08-291-0/+6
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Bug 692367: add gs_memory_t arg to finalize methodChris Liddell2011-08-101-1/+1
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-61/+49
* More work towards bug 691207 (global variable removal).Robin Watts2010-05-051-1/+1
* As part of the efforts towards bug 691207 (global variables must be removed)Robin Watts2010-05-041-2/+2
* Simplify ZIP parsing.Tor Andersson2010-04-261-1/+1
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-4/+0
* Update GhostXPS copyright blobs for year 2010.Tor Andersson2010-04-201-1/+1
* Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson2010-04-201-174/+174
* Free gs fonts at the end of XPS jobs. Hopefully this will not break pdfwrite.Tor Andersson2010-01-211-2/+1
* Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ...Tor Andersson2010-01-211-1/+2
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-2/+2
* Remove remaining unused variables to silence warnings.Ralph Giles2009-10-201-1/+0
* Use gs_font_dir_alloc() to initialize the font cache in ghostxps toRalph Giles2009-10-071-8/+2
* Use hash tables for XPS type maps and part list.Tor Andersson2009-01-171-1/+1
* Set grid fitting values to enable TT interpretation and autohinting in XPS in...Tor Andersson2008-12-101-2/+2
* Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson2008-11-271-1/+0
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-0/+15
* Parse name table for font name. Use same type42 callbacks as PCL.Tor Andersson2007-10-241-0/+48
* Remove a lot of debugging/progress/printf noise.Tor Andersson2007-10-031-0/+1
* Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles2007-09-251-4/+4
* Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson2007-09-051-8/+0
* Parse Indices attribute in Glyphs element.Tor Andersson2007-04-191-6/+6
* Use correct font size for drawing text.Tor Andersson2007-03-131-0/+501