Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | Fix font builds on raspberry pi | Robin Watts | |
(And presumably other platforms). .align is broken - on some archs it wants the padding size, on others (like ARM) it wants log2(padding size). Use .balign which is consistent. Avoid using @ or # as these are comment chars on some archs. Use the STT_OBJECT form instead. | |||
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. | |||
2016-01-28 | Tweak 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-02 | Fix 692171: Guard against .incbin on Intel's C compiler. | Tor Andersson | |
2014-04-23 | Fix 692986: add OpenBSD to list of systems that may have .incbin | Tor Andersson | |
2013-06-03 | Assume non-clang compilers support incbin | Sebastian Rasmussen | |
2013-05-29 | Fix fontdump .incbin ifdef for clang. | Tor Andersson | |
2011-11-01 | Tweak build scripts for iOS viewer. | Tor Andersson | |
2011-04-06 | pdf: Change how CMap and font data files are generated and compiled. | Tor Andersson | |
2011-04-06 | Move scripts and config files into "scripts" directory. | Tor Andersson | |