Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Include required system headers. | Tor Andersson | |
2017-04-27 | Include "mupdf/ucdn.h" explicitly. | Tor Andersson | |
2017-03-21 | Replace fontdump, bin2hex and cquote with one tool: hexdump. | Tor Andersson | |
Still need specialty tools for namedump and cmapdump. | |||
2017-01-20 | Add separate TOFU_NOTO define to skip Noto fonts (but not Charis SIL). | Tor Andersson | |
2016-11-23 | Update UCDN database to Unicode 9.0.0. | Sebastian Rasmussen | |
2016-10-07 | Update Noto fonts. | Tor Andersson | |
New Devanagari serif font, several other updated fonts. | |||
2016-06-29 | Add Source Han Sans CJK per-language fonts. | Tor Andersson | |
Import fonts from v1.004. | |||
2016-06-23 | epub: Use markup language when shaping and selecting fallback fonts. | Tor Andersson | |
2016-06-22 | MSVC build: Fix build of noto.c | Robin Watts | |
The old definition for the RETURN macro relied on it either being on a non-standard C compiler, or it being used at the start of a block. Fix with a better macro. | |||
2016-06-22 | Use vertical presentation forms. | Tor Andersson | |
Remap glyphs using presentation form code points rather than having a separate vertical variant of the CJK font using truetype collections. Recreate DroidSansFallback fonts from original source, extend the glyph coverage from DroidSans, subset the glyphs to match CJK CID collections, and optimize the outlines using fontcrunch. | |||
2016-06-22 | epub: Expose Dingbats, Symbol, and Emoji fonts by name. | Tor Andersson | |
2016-06-17 | Update base 14 fonts to the latest release from URW. | Tor Andersson | |
The fonts are now under the SIL Open Font License! Converted with AFDKO tool 'tx': tx -cff +F +S +T -b -n -gx $EXCL -a *.t1 $EXCL is the list of PUA glyphs used by PCL that we don't need in mupdf. The Dingbats and Symbol fonts have only been regenerated from the old version, since there are no new glyphs (but several problems) in the newest version. | |||
2016-05-30 | Add TOFU_BASE14 option. | Robin Watts | |
2016-04-04 | epub: Add stripped Charis SIL font to use as the default font for EPUB. | Tor Andersson | |
2016-03-31 | html: Tweak how builtin font families are loaded. | Tor Andersson | |
2016-03-23 | Fix declaration after statements. | Tor Andersson | |
2016-03-23 | Compile embedded fonts in separate C files. | Tor Andersson | |
Also change unsigned char into const char for embedded data. | |||
2016-01-28 | Add Noto fallback fonts. | Tor Andersson | |
Look up fallback fonts by unicode script, with a flag to select the serif or sans-serif font style where such variants exist. Move all builtin fonts into fitz namespace. |