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
/
fitz
/
font.c
Age
Commit message (
Expand
)
Author
2014-02-17
Add fz_transform_point_xy to simplify transforming a point.
Tor Andersson
2014-02-04
Improve glyph bounding, outlining and SVG output text.
Robin Watts
2014-01-13
Bug 694851: enhance fz_load_system_font
Simon Bünzli
2013-12-23
Bug 694749: Fix transformation of hinted glyphs
Robin Watts
2013-11-27
track font path in fz_font
Simon Bünzli
2013-11-26
Add const keyword to some font function parameters.
Tor Andersson
2013-11-26
Add fz_advance_glyph and fz_encode_character functions.
Tor Andersson
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-09
SVG: Support Type3 fonts and stroked fonts.
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-09-02
Add glyph rendering routines that return fz_pixmaps rather than fz_glyphs.
Robin Watts
2013-09-02
Be smarter when quantising sub pixel positions for glyphs.
Robin Watts
2013-08-30
Use RLE coding scheme for glyph bitmaps.
Robin Watts
2013-08-28
fix memory leaks
Simon Bünzli
2013-07-01
Bug 694382: Fix use-after-free due to type3 fonts.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson