summaryrefslogtreecommitdiff
path: root/pdf/pdf_font.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 706595: Use a more meaningful "fake" XUID for high level devicesChris Liddell2023-04-211-1/+1
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhostPDF - write 3-byte Unicode values with leading 0Ken Sharp2023-04-041-6/+6
* Fix typo in pdf ToUnicode text handling.Robin Watts2023-03-081-1/+1
* pdfi/pdfwrite/txtwrite: Revisit endian confusion for Unicode valuesChris Liddell2023-03-011-17/+17
* Bug 706257: CIDFont glyph ordering issues with pdfi/pdfwriteChris Liddell2023-02-231-18/+131
* GhostPDF - fix type 3 font 'd0' argumentsKen Sharp2023-02-091-4/+4
* GhostPDF - don't free a buffer on error, it has been freedKen Sharp2023-02-041-6/+3
* GhostPDF - Add missing Font subtypesKen Sharp2022-12-191-1/+2
* GhostPDF - fix earlier commit e5536d79a3806c939a0e8c699dc6167662aaf93bKen Sharp2022-12-191-1/+1
* GhostPDF - Log an error for fonts with bad Subtype valuesKen Sharp2022-12-161-0/+2
* GhostPDF - reduce severity of font warningKen Sharp2022-12-161-5/+5
* GhostPDF - give a warning for some kinds of broken fontKen Sharp2022-12-161-0/+5
* GhostPDF - warn if FontName missing from FontDescriptorKen Sharp2022-12-141-0/+8
* GhostPDF - Add Subtype to substitute fontsKen Sharp2022-11-241-2/+12
* Bug 705939: Fix BaseEncoding logic for fonts flagged symbolicChris Liddell2022-10-031-1/+11
* GhostPDF - performance optimisation for pdfi_stream_to_bufferKen Sharp2022-09-191-1/+1
* Fix FONTPATH fontmap functionalityChris Liddell2022-08-311-2/+19
* GhostPDF - fix memory leak with /Basefont and empty name '/'Ken Sharp2022-08-121-1/+3
* Add missing upper bounds checks for First/LastCharChris Liddell2022-08-081-2/+2
* oss-fuzz 49847: Add extra validation for First/LastCharChris Liddell2022-08-081-12/+16
* Relax the requirment Type and Subtype keys in font objectsChris Liddell2022-08-041-5/+11
* Bug 705650: Use "fake" unique XUIDs for fontsChris Liddell2022-08-041-4/+7
* oss-fuzz 49641/49654: Add missing error code assignmentChris Liddell2022-08-011-1/+3
* Coverity 379463/379464/379465: A couple of error code mistakesChris Liddell2022-08-011-1/+1
* Copy existing font objects for substitutionsChris Liddell2022-07-291-112/+285
* OSS-fuzz 49541Ken Sharp2022-07-271-1/+1
* OSS-fuzz #49307 - Check Encoding entry is a nameKen Sharp2022-07-211-0/+4
* CID 379260: Ensure string buffer has space for null charChris Liddell2022-07-141-1/+1
* NULL terminate string for CIDFont resource file name.Chris Liddell2022-07-131-1/+7
* SUBSTFONT functionalityChris Liddell2022-07-041-25/+55
* Remove redundant/misleading comment.Chris Liddell2022-07-041-1/+1
* OSS_fuzz #48564Ken Sharp2022-07-011-1/+1
* Fix Widths/susbtitute font scale heuristicChris Liddell2022-06-151-1/+1
* Bug 705298: Change priority of font mapsChris Liddell2022-06-011-57/+82
* PDFI: Use helper functions for converting pdf_obj -> numsRobin Watts2022-05-051-134/+33
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-90/+106
* Coverity 378228: Use gs_snprintf rather than gs_sprintfChris Liddell2022-05-041-2/+2
* Bug 705253: Add equivalent glyph name mappingsChris Liddell2022-04-271-0/+59
* Correct a minor error in ToUnicode CMap decoding in pdfiChris Liddell2022-04-121-2/+2
* pdfi: add warning for invalid BaseEncoding namesChris Liddell2022-03-221-19/+43
* OSS-fuzz 45320 - illegal colour in CharProc before d0/d1Ken Sharp2022-03-071-1/+3
* Coverity 375101: Error out on bad typeChris Liddell2022-02-161-0/+7
* oss-fuzz 44034: CIDFont fallback: ensure buffer is large enoughChris Liddell2022-01-251-1/+2
* pdfi: Tidy up some more font loading warning printsChris Liddell2022-01-201-2/+6
* pdfi: Fix font memory leak with "internall" set fontChris Liddell2022-01-191-2/+1
* oss-fuzz 43615: Keep a reference to the current pdfi fontChris Liddell2022-01-181-9/+12
* oss-fuzz 42477: Handle font Subtype value being NULL.Chris Liddell2021-12-171-1/+2
* oss-fuzz 42462: Throw error on Type0 font with Type0 descendantChris Liddell2021-12-171-1/+6
* oss-fuzz 42372: Fix validation of number of d1 operandsChris Liddell2021-12-141-1/+1