summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/font.h
AgeCommit message (Expand)Author
2018-11-13Add more encoding tables.Tor Andersson
2018-08-22Remove the old 'nested depth' tracking.Tor Andersson
2018-07-05Purge unused functions.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Use real WinAnsi encoding when writing appearance stream text.Tor Andersson
2018-04-25Support creating both serif and sans-serif CJK fonts in mutool create.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
2017-11-06Expose text filtering through pdf_clean interface.Robin Watts
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-03-03pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-03-23Compile embedded fonts in separate C files.Tor Andersson
2016-02-29Rename pdf_add_simple_font_res and friends.Tor Andersson
2016-02-29Simplify font descriptor creation.Tor Andersson
2016-02-29Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.Tor Andersson
2016-02-29Remove pdf_res struct. Use pdf_obj indirect references directly.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-01-28Add Noto fallback fonts.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2014-07-17Improve callback for loading substitute CJK fonts to return TTC index.Tor Andersson
2014-01-13Bug 694851: enhance fz_load_system_fontSimon Bünzli
2013-11-26Add const keyword to some font function parameters.Tor Andersson
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-18Split pdf.h into subheaders.Tor Andersson