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
2018-08-22
Remove the old 'nested depth' tracking.
Tor Andersson
2018-07-05
Pass rects by value: device and document interface.
Tor Andersson
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-06-22
Remember the md5 digest in the fz_font struct.
Tor Andersson
2018-06-22
Cache base14 and CJK fonts.
Tor Andersson
2018-05-16
Restore Emoji font.
Tor Andersson
2018-04-25
Update Noto fonts.
Tor Andersson
2018-04-25
Don't use WMode as part of CJK font lookup.
Tor Andersson
2018-04-25
Default CJK language to traditional chinese.
Tor Andersson
2018-04-25
Try other CJK languages to find missing characters.
Tor Andersson
2018-04-11
Rework how we handle DynaLab tricky fonts in freetype.
Tor Andersson
2018-03-16
Simplify PDF font creation code.
Tor Andersson
2018-03-16
Add simple functions to create the built-in fonts by name.
Tor Andersson
2018-03-16
Fix 699086: Handle freetype not returning glyph advance.
Sebastian Rasmussen
2018-02-23
Include a font's style in its name.
Paul Gardiner
2017-11-22
Warn on irretrievable glyph name.
Sebastian Rasmussen
2017-10-24
Look for changes to Default colorspaces in XObjects.
Robin Watts
2017-10-05
Avoid double literals and double math functions.
Sebastian Rasmussen
2017-09-07
Make sure to always drop a fz_device even upon error.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-17
Detect bold/italic by also checking the font name.
Tor Andersson
2017-08-17
Simplify stext structure and device.
Tor Andersson
2017-08-07
Set custom memory allocator for FreeType.
Sebastian Rasmussen
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-06-22
Use unsigned char arrays in hexdumped data.
Tor Andersson
2017-06-22
Move rasterizer/anti-alias choices into the draw device.
Robin Watts
2017-06-16
Drop type 3 glyph pixmap in case of error.
Sebastian Rasmussen
2017-06-15
Silence warning about not building a glyph bbox table.
Tor Andersson
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-25
Update Type 3 font bbox with glyph bboxes if the former is invalid.
Tor Andersson
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Remove debug printing code.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Include "mupdf/ucdn.h" explicitly.
Tor Andersson
2017-03-28
Pass the 'serif' flag to fz_lookup_noto_font.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-02-20
Add fz_font_is_bold and italic functions. Use them for svg output.
Tor Andersson
2017-01-23
Fix fallback system callback for serif fonts.
Tor Andersson
2017-01-20
Add system fallback font callback.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-26
Fix 697215: Script specific punctuation blocks.
Tor Andersson
2016-10-24
Fix cluster timeouts with test file.
Robin Watts
2016-10-19
Rename internal headers to follow pattern *-imp.h.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-18
Remove unused luminosity.
Sebastian Rasmussen
2016-10-14
Drop all contexts the same way.
Sebastian Rasmussen
2016-10-12
Remove superfluous context null checks.
Tor Andersson
2016-10-07
Add ctx to fz_font functions.
Robin Watts
2016-10-06
Squash compiler warning.
Robin Watts
[next]