Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Include required system headers. | Tor Andersson | |
2016-06-23 | epub: Use markup language when shaping and selecting fallback fonts. | Tor Andersson | |
2016-05-24 | fz_pixmap revamp: add stride and make alpha optional | Robin Watts | |
fz_pixmaps now have an explicit stride value. By default no change from before, but code all copes with extra gaps at the end of the line. The alpha data in fz_pixmaps is no longer compulsory. mudraw: use rgb not rgba (ppmraw), cmyk not cmyka (pkmraw). Update halftone code to not expect alpha plane. Update PNG writing to cope with alpha less input. Also hide repeated params within the png output context. ARM code needs updating. | |||
2016-04-04 | epub: Add stripped Charis SIL font to use as the default font for EPUB. | 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-02-24 | Add fz_show_string function and move wmode argument to end. | Tor Andersson | |
2016-02-11 | gl: Use fz_font instead of freetype directly. | Tor Andersson | |
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. | |||
2015-10-15 | gl: Rename font variables. | Tor Andersson | |
2015-10-06 | gl: Cleanups. | Tor Andersson | |
2015-10-06 | gl: Base UI sizes on line height. | Tor Andersson | |
2015-10-06 | gl: Add an internal header file for GL application. | Tor Andersson | |
2015-10-06 | gl: Use GLFW instead of GLUT. | Tor Andersson | |
Add OpenGL text rendering using textured quads, instead of using glut bitmap fonts. |