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
2016-03-28
Add missing hb_lock/unlock around shaper freeing.
Robin Watts
2016-03-23
Compile embedded fonts in separate C files.
Tor Andersson
2016-03-21
Allow building with old versions of freetype.
Tor Andersson
2016-03-11
Rejig Bidirectional and Text code.
Robin Watts
2016-02-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-02-24
Add fz_show_string function and move wmode argument to end.
Tor Andersson
2016-02-15
Convert line cap types to freetype linecap types properly.
Tor Andersson
2016-02-10
Add bold/italic/monospaced/serif flags to fz_font.
Tor Andersson
2016-02-04
Make HTML layout use harfbuzz for shaping.
Robin Watts
2016-01-28
Add fallback font cache to font context.
Tor Andersson
2016-01-22
epub: Implement @font-face rules.
Tor Andersson
2016-01-21
epub: Put font fallback chain in fz_font.
Tor Andersson
2016-01-21
Drop the const on fz_font.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2016-01-08
Use a binned cache for font encoding lookups.
Tor Andersson
2016-01-08
Optimize font advance and encoding caches.
Tor Andersson
2016-01-06
epub: Cache font encoding lookups.
Tor Andersson
2016-01-05
epub: Speed up font layout by caching freetype advance widths.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-10-06
Never squish a substitute font to zero width, in case of broken font metrics.
Tor Andersson
2015-10-05
Use FT_Get_Advance in glyph width scaling calculations.
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-04-07
Use fz_advance_glyph rather than direct FT calls during PDF layout.
Robin Watts
2015-03-24
Path rework for improved memory usage.
Robin Watts
2015-02-24
Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.
Robin Watts
2015-02-17
Add helper functions to keep/drop reference counts with locking.
Tor Andersson
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-05-19
Fix 694952: Limit Type 3 font glyph bbox size.
Tor Andersson
2014-02-25
Bug 694851: pass more information to fz_load_system_font
Simon Bünzli
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