index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-font.c
Age
Commit message (
Expand
)
Author
2016-02-29
Rename pdf_add_simple_font_res and friends.
Tor Andersson
2016-02-29
Simplify font descriptor creation.
Tor Andersson
2016-02-29
Create simple font width table when creating the PDF object.
Tor Andersson
2016-02-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-02-29
Remove pdf_res struct. Use pdf_obj indirect references directly.
Tor Andersson
2016-02-29
Rename some functions.
Tor Andersson
2016-02-29
Don't deflate the font file stream.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
2016-02-29
Remove useless FT_Set_Char_Size call.
Tor Andersson
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2016-02-10
Add bold/italic/monospaced/serif flags to fz_font.
Tor Andersson
2016-01-28
Add Noto fallback fonts.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-10-02
Don't stretch CJK substitute fonts.
Tor Andersson
2015-10-02
Fix 696148: Always create a glyph width table.
Tor Andersson
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-07-17
Improve callback for loading substitute CJK fonts to return TTC index.
Tor Andersson
2014-05-29
Fix 694093: add vertical variant of CJK fallback font.
Tor Andersson
2014-04-23
Fix 693419: always load CIDToGIDMap if it exists.
Tor Andersson
2014-02-25
load StandardEncoding for non-embedded non-symbolic encoding-less fonts
Simon Bünzli
2014-02-25
Bug 694851: pass more information to fz_load_system_font
Simon Bünzli
2014-01-13
Bug 694851: enhance fz_load_system_font
Simon Bünzli
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-11-27
fix memory leak introduced with a2c945506ea2a2b58edbde84124094c6b4f69eac
Simon Bünzli
2013-11-11
Add hooks to load system fonts. Use them in PDF interpreter.
Tor Andersson
2013-11-11
Add fz_new_font_from_buffer function.
Tor Andersson
2013-10-16
Fix cross document store object hash collisions.
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-08-23
Look up glyphs by the 'uniXXXX' form if the glyph list duplicates all fail.
Tor Andersson
2013-07-30
Change pdf_measure_text to account for the borders around characters
Paul Gardiner
2013-07-19
Initial work on progressive loading
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson
[prev]