summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-font.c
AgeCommit message (Expand)Author
2018-09-21Regularize language and script names.Tor Andersson
2018-08-22Remove the old 'nested depth' tracking.Tor Andersson
2018-08-22Bug 699666: Forbid cycles in Type3 font CharProcs.Tor Andersson
2018-07-06Squash spurious warnings with CIDToGIDMap.Robin Watts
2018-07-05Purge unused functions.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-07-04Allow for CIDToGIDMap in font being "/Identity".Robin Watts
2018-06-22Remember the md5 digest in the fz_font struct.Tor Andersson
2018-05-15Bug 699351: Handle glyphs with uncomputable width.Sebastian Rasmussen
2018-04-27Use pdf_dict_get_int, etc.Tor Andersson
2018-04-25Don't use WMode as part of CJK font lookup.Tor Andersson
2018-04-25Support creating both serif and sans-serif CJK fonts in mutool create.Tor Andersson
2018-04-25Update CMaps to latest version.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-04-11Rework how we handle DynaLab tricky fonts in freetype.Tor Andersson
2018-04-03Fix error cleanup in pdf_load_font.Tor Andersson
2018-03-22Use pdf_add_new_dict family of functions.Tor Andersson
2018-03-22Use pdf_dict_put_dict family of functions.Tor Andersson
2018-03-16Simplify PDF font creation code.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-03-07Distinguish between simple and CID font resources in cache.Tor Andersson
2018-02-06Bug 698990: Start new run of font width only if not at end.Sebastian Rasmussen
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2017-11-23Workaround freetype synthesizing unicode cmaps.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-07-06pdf: Drop font descriptor in case of error.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-28pdf: Use FZ_ERROR_SYNTAX code for syntax errors.Tor Andersson
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-03Fix 697554: Use the first 'cmap' table that matches.Tor Andersson
2017-03-03pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-10-19Rename internal headers to follow pattern *-imp.h.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-01Always use glyph aliases when creating encoding tables.Tor Andersson
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-06-22Use vertical presentation forms.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-05-13Fix double free and memory leak.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson