summaryrefslogtreecommitdiff
path: root/base/fapi_ft.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Fix memory leak with PCL and fonts.Chris Liddell2022-11-291-0/+2
* oss-fuzz 49859: fapi/ft - don't free font data unless we own itChris Liddell2022-08-081-1/+2
* FAPI - Don't free memory on error if it doesn't belong to FAPIKen Sharp2022-07-121-1/+2
* oss-fuzz 48745: Don't free font data unless FAPI owns it.Chris Liddell2022-07-051-1/+2
* Change how pdfi interacts with FAPI for Truetype fontsChris Liddell2022-07-041-19/+32
* Have freetype properly reset the FT_GlyphLoader on errorChris Liddell2022-07-041-15/+0
* oss-fuzz 47795: Check we have an FT glyph before using it.Chris Liddell2022-06-061-1/+1
* oss-fuzz 44994: Deal with partially initialized TTF hiting contextChris Liddell2022-02-241-0/+15
* oss-fuzz 44855: Don't ignore Freetype error codeChris Liddell2022-02-211-0/+4
* Don't forcibly replace glyph metrics in Freetypeghostpdl-9.56.0-test-base-5Chris Liddell2022-02-071-8/+9
* Only select cmap table for newly create Freetype fontsChris Liddell2021-11-021-43/+44
* Bug 703785: Tweaking ft over/underflow workaroundsghostpdl-9.56.0-test-base-0Chris Liddell2021-10-181-2/+2
* Bug 704439: Deal better with extreme glyph scaling.Chris Liddell2021-10-181-0/+2
* Check cmap table validity before selectingChris Liddell2021-06-081-1/+3
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 694692: Handle custom left-sidebearing values.Chris Liddell2020-12-031-14/+25
* Bug 702985: drop use of FT_CALLBACK_DEF() defChris Liddell2020-10-201-3/+3
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-091-4/+4
* Revisions to FAPI (error handling etc).Chris Liddell2020-06-171-16/+24
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Add a way to record the selected cmapChris Liddell2019-08-021-0/+15
* Bug 700952: re-introduce over/underflow workaroundChris Liddell2019-04-111-6/+27
* Bug 700533: Undo FT over/underflow workaroundChris Liddell2019-02-121-19/+4
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Only use FT weight vector API if FT is new enoughChris Liddell2018-11-291-0/+6
* Use the new Freetype FT_Set/Get_MM_WightVector APIChris Liddell2018-11-281-27/+23
* Work around a behaviour change in freetype > 2.8Chris Liddell2018-05-181-0/+6
* Bug 698767: Improve handling of multiple master fontsChris Liddell2018-04-111-1/+40
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Bug 694260: FAPI: tidy up error return for broken TT glyphChris Liddell2018-01-261-4/+12
* Rejig gs_fapi_ft_ensure_open to avoid error cleanup SEGV.Robin Watts2017-12-021-22/+18
* Fix FAPI memory leaks.Chris Liddell2017-08-221-1/+12
* MSVC: Fix some implicit casting warnings in ft_api.cRobin Watts2017-06-281-8/+8
* Bug 697983: (re-redux) Drop zero length contours from glyph outlinesChris Liddell2017-06-261-44/+78
* Bug 697545: Memory Squeezing fix.Shailesh Mistry2017-02-271-0/+1
* Update freetype to 2.7.0Chris Liddell2016-11-221-0/+3
* Further compensation for Freetype number representationChris Liddell2016-08-101-2/+21
* Change allocator initialization.Chris Liddell2016-04-271-3/+2
* Coverity IDs 95065, 121457: tidy up error conditionsChris Liddell2016-04-251-1/+10
* Improve logability of errors.Robin Watts2016-02-181-9/+9
* Tidy up cmap table selection in fapi_ft.cChris Liddell2016-01-071-19/+22
* Bug 696232: apply metrics for PCL TTF fonts.Chris Liddell2015-10-091-0/+13
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+1745