summaryrefslogtreecommitdiff
path: root/pdf/pdf_fontTT.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Bug 706316: Improve pdfi/pdfwrite font recognitionChris Liddell2023-02-231-6/+1
* Bug 705968: Fix bad strategy for TTF Encoding in broken files.Chris Liddell2022-10-111-7/+7
* Coverity 379516/379517: Fix unused value warningChris Liddell2022-08-081-6/+3
* Bug 705650: Use "fake" unique XUIDs for fontsChris Liddell2022-08-041-11/+21
* Copy existing font objects for substitutionsChris Liddell2022-07-291-101/+200
* OSS_fuzz #48564Ken Sharp2022-07-011-2/+2
* Don't require FontDescriptor/FirstChar/LastChar for TTFsChris Liddell2022-06-091-11/+12
* oss-fuzz 47768: Check len_glyphs exists before we manipulate itChris Liddell2022-06-011-1/+1
* Bug 705321: More refinement of symbolic TT font with encodingChris Liddell2022-05-311-1/+12
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-2/+2
* Bug 705237: Fonts: add MissingWidth supportChris Liddell2022-04-201-1/+24
* Ignore return value from replace_cache_entry() for fontsChris Liddell2022-02-211-3/+1
* Change snprintf() to gs_snprintf()Chris Liddell2022-02-161-2/+2
* pdfi: honour -dIgnoreToUnicode optionChris Liddell2021-12-081-9/+14
* Interpret and use ToUnicode CMaps for regular fontsChris Liddell2021-12-081-0/+17
* native font map from font file scanChris Liddell2021-11-091-1/+1
* Handle non-Encoded glyphs in TTF properly (pdfi/pdfwrite)Chris Liddell2021-11-041-6/+3
* Bug 704678: Make sure to store obj/generation number in font objectsChris Liddell2021-11-021-0/+4
* GhostPDF - fix a memory leak with TrueType fontsKen Sharp2021-09-241-0/+1
* pdfi: Add "patching" of font XUID valuesChris Liddell2021-09-091-0/+2
* Consolidate AGL definitions in CChris Liddell2021-08-231-3/+3
* Coverity ID 372253/372317: Remove redundant checksChris Liddell2021-08-231-2/+1
* pdfi: Handle invalid encodings in TTF font objectsChris Liddell2021-08-191-1/+5
* Coverity IDs: 372336/372253Chris Liddell2021-08-171-1/+4
* CIDs 372289/372271/372253: Simple fixesChris Liddell2021-08-131-14/+15
* GhostPDF - Tidy up headers in ghostpdf.hKen Sharp2021-08-131-0/+1
* Commit pdfi to master.Robin Watts2021-08-121-0/+611