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