summaryrefslogtreecommitdiff
path: root/pdf/pdf_font.c
AgeCommit message (Expand)Author
2013-03-22Squash some warnings.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-11-30Bug 693290: Various fixes found from fuzzing.Robin Watts
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Handle out of range encoding differences for type3 fontsSebastian Rasmussen
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-23Prefer larger Width value if more than one is given for each glyph.Tor Andersson
2012-07-23Fallback case for type 1 fonts without encoding and non-standard glyph names.Tor Andersson
2012-07-23Tweak some font encoding heuristics.Tor Andersson
2012-07-23Only warn if ToUnicode CMap cannot be loaded.Tor Andersson
2012-07-23Don't encode MS-Symbol encoded fonts by glyph names.Tor Andersson
2012-07-23Use FT_ENCODING_MS_SYMBOL encoding for symbolic TrueType fonts.Tor Andersson
2012-07-20Give precedence to /Subtype field when deciding on font encodings.Tor Andersson
2012-07-20Prefer the more specific name if BaseName and FontName differ.Tor Andersson
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-20Attempt to load CID fonts with invalid cid collections.Tor Andersson
2012-07-19Forms: fix pdf_text_stride not handling negative values of 'room'Paul Gardiner
2012-07-09Remove Symbol,Italic workaround and extend list of alternative names instead.Tor Andersson
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-05Fix free of uninitialised fontdesc pointer.Robin Watts
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-28Allow for windows style synthetic font selectors of built-in fonts.Tor Andersson
2012-06-22Forms: implement appearance synthesis for combed textPaul Gardiner
2012-06-12Forms: improved handling of text scaling in multiline text widgetsPaul Gardiner
2012-06-11Forms: first version appearance synthesis for multiline text widgetsPaul Gardiner
2012-06-07Forms: avoid repeated parsing of default appearance stringPaul Gardiner
2012-06-04Forms: measure text using the info from the font descriptorPaul Gardiner
2012-05-10Fix whitespace errors.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-12Avoid possible array overrun (and SEGV).Robin Watts
2012-01-11Add glyph bbox cache.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2011-12-22More MemSqueezing fixes.Robin Watts
2011-12-20More memsqueezing fixes.Robin Watts
2011-12-17Change stream 'close' functions to facilitate error cleanup.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Don't count ROM data in size of fontdescs.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts