summaryrefslogtreecommitdiff
path: root/pdf/pdf_fmap.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Revise how the pdfi fontmap code checks a font file existsChris Liddell2023-02-271-10/+1
* Bug 706315: Fix condition for explicit freeing of file enumeratorChris Liddell2023-01-101-0/+2
* GhostPDF - check for failure to open files when building font mapKen Sharp2023-01-101-1/+3
* GhostPDF - Don't flag a warning on compressed Length 0 streamsKen Sharp2022-12-091-1/+5
* pdfi: Remove the CIDSystemInfo Supplement check in the cidfmap codeChris Liddell2022-08-231-16/+1
* OSS_fuzz #48564Ken Sharp2022-07-011-2/+2
* pdfi: Don't return error after consulting "native" font mapChris Liddell2022-06-061-13/+17
* Bug 705298: Change priority of font mapsChris Liddell2022-06-011-16/+21
* GhostPDF - Coverity fixesKen Sharp2022-05-061-1/+1
* PDFI: Use helper functions for converting pdf_obj -> numsRobin Watts2022-05-051-29/+15
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-16/+16
* lgtm fix: Don't check "code >= 0" twice.Robin Watts2022-01-171-2/+2
* Implement the NONATIVEFONTMAP command line parameter.Chris Liddell2021-12-161-0/+8
* pdfi: Add "first attempt" CIDFont fallback to match gsChris Liddell2021-11-251-0/+1
* CID 373913: Fix ignored return value.Chris Liddell2021-11-151-0/+5
* CID 373905: initialised a variableChris Liddell2021-11-151-1/+1
* Fix reference counting for pdfnativefontmap dictChris Liddell2021-11-111-0/+1
* CID 373900/373902/373903: placate coverity "unused value" complaintChris Liddell2021-11-111-1/+8
* CID 373901: Add a load of bounds checking in TTF font scanningChris Liddell2021-11-111-6/+50
* Fix a comment marker typoChris Liddell2021-11-091-1/+1
* Support user specified Fontmap files in pdfiChris Liddell2021-11-091-25/+65
* native font map from font file scanChris Liddell2021-11-091-15/+554
* pdfi support for cidfmapChris Liddell2021-11-091-35/+228
* gpdf: Build and use resource search path listChris Liddell2021-09-091-8/+8
* Commit pdfi to master.Robin Watts2021-08-121-0/+181