summaryrefslogtreecommitdiff
path: root/scripts/fontdump.c
AgeCommit message (Collapse)Author
2016-01-28Add 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.
2016-01-28Tweak fontdump .incbin directive.Tor Andersson
Newer versions of clang supports .incbin, so enable it for clang. Disable .incbin for release builds, since then the compiler can strip out unused font data.
2014-05-02Fix 692171: Guard against .incbin on Intel's C compiler.Tor Andersson
2014-04-23Fix 692986: add OpenBSD to list of systems that may have .incbinTor Andersson
2013-06-03Assume non-clang compilers support incbinSebastian Rasmussen
2013-05-29Fix fontdump .incbin ifdef for clang.Tor Andersson
2011-11-01Tweak build scripts for iOS viewer.Tor Andersson
2011-04-06pdf: Change how CMap and font data files are generated and compiled.Tor Andersson
2011-04-06Move scripts and config files into "scripts" directory.Tor Andersson