summaryrefslogtreecommitdiff
path: root/fitz/res_font.c
AgeCommit message (Expand)Author
2010-04-11Rename functions fz_intersectirects and fz_transformaabb.Tor Andersson
2010-04-11Revert to using fitz string functions instead of non-standard libc variants.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-04-06Support rendering alpha mask only with the device colorspace set to NULL. Use...Tor Andersson
2010-03-10Tiling patterns.Tor Andersson
2010-01-08Do not attempt to draw type3 glyphs until they are re-implemented.Sebastian Rasmussen
2010-01-07Render text.Tor Andersson
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2009-12-03Load content stream buffers instead of parsing into a display tree in xobject...Tor Andersson
2009-12-02Killing time. Butchered display tree and disabled all calls to it.Tor Andersson
2009-12-02Initialize and free t3widths pointer in fz_font.Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-28A few out of memory error checks that the last patch forgot.Tor Andersson
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-07-31Fix typo in ifdef:d code.Tor Andersson
2009-07-07Whitespace cleanup in functions indented with both tabs and spaces.Sebastian Rasmussen
2009-07-07Catch more errors from freetype and give warnings or errors.Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-04Finalize freetype when no fonts refers to it.Sebastian Rasmussen
2009-06-11Re-enable text extraction functions.Tor Andersson
2009-04-08Various MSVC fixes.Tor Andersson
2009-03-16Fix some Coverity issues.Tor Andersson
2009-03-11Remove fz_outofmem constant.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-01Fix type3 fonts so they work again after the font refactoring.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson
2005-06-04new world orderTor Andersson
2005-04-04rename rect fields to x0 y0 x1 y1Tor Andersson
2005-03-30rename and shuffle -- part 2Tor Andersson