index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
res_font.c
Age
Commit message (
Expand
)
Author
2011-04-15
Use DroidSans.ttf as substitute font.
Tor Andersson
2011-04-11
Add triangle caps; separate start, dash and end cap styles for XPS.
Tor Andersson
2011-04-08
Simplify arguments to fz_new_pixmap.
Tor Andersson
2011-04-08
Add special case non-aa scan converter with accompanying blit functions.
Tor Andersson
2011-04-07
Add text antialiasing too.
Robin Watts
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-03
xps: Plug memory leaks.
Tor Andersson
2011-04-03
xps: Fix bugs uncovered by QualityLogicMinBar tests.
Tor Andersson
2011-02-23
Revert to using fthint since we cannot rely on FreeType's trickyness detectio...
Tor Andersson
2011-02-23
Remove fthint workaround for DynaLab fonts, since that is now a part of freet...
Tor Andersson
2011-02-17
Stretch glyphs for substituted fonts when stroking the same as when filling.
Tor Andersson
2011-02-04
Add ftsize and ftfile fields to font struct for SumatraPDF use.
Tor Andersson
2011-02-02
Store font data buffer in fz_font rather than in pdf_fontdesc. Fixes bug wher...
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2010-12-30
Adhere to nil idiom.
Sebastian Rasmussen
2010-11-28
Support luminosity softmask background colors.
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-17
Minor edits.
Tor Andersson
2010-07-17
Support SMasks for general graphics (incomplete).
Tor Andersson
2010-07-15
Check page for transparency to install a page-level transparency group.
Tor Andersson
2010-07-13
Implement stroked text.
Tor Andersson
2010-07-09
Rearrange and merge some files in the fitz directory.
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
2010-06-21
Fix ascender and descender and other metric calculations to use proper scalin...
Tor Andersson
2010-06-19
Floats everywhere!
Tor Andersson
2010-05-14
Add workaround to clip image blits against the unit rectangle.
Tor Andersson
2010-05-11
Use the bbox device to get an accurate bounding box for type 3 font glyphs.
Tor Andersson
2010-04-24
Add font width scaling for rendering substituted fonts.
Tor Andersson
2010-04-24
Round type 3 font bounding box size outward when rendering.
Tor Andersson
2010-04-16
Rewrite glyph cache to use fz_hashtable without a fixed size buffer.
Tor Andersson
2010-04-15
Make the content stream interpreter automatically rewind the fz_buffer.
Tor Andersson
2010-04-15
Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...
Tor Andersson
2010-04-11
Rename functions fz_intersectirects and fz_transformaabb.
Tor Andersson
2010-04-11
Revert to using fitz string functions instead of non-standard libc variants.
Tor Andersson
2010-04-08
Add display list device.
Tor Andersson
2010-04-06
Support rendering alpha mask only with the device colorspace set to NULL. Use...
Tor Andersson
2010-03-10
Tiling patterns.
Tor Andersson
2010-01-08
Do not attempt to draw type3 glyphs until they are re-implemented.
Sebastian Rasmussen
2010-01-07
Render text.
Tor Andersson
2009-12-03
Consolidate include lines to a single fitz.h.
Tor Andersson
2009-12-03
Load content stream buffers instead of parsing into a display tree in xobject...
Tor Andersson
2009-12-02
Killing time. Butchered display tree and disabled all calls to it.
Tor Andersson
2009-12-02
Initialize and free t3widths pointer in fz_font.
Tor Andersson
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-28
A few out of memory error checks that the last patch forgot.
Tor Andersson
2009-11-28
Malloc cannot return null. Clean up in mupdf resource code.
Tor Andersson
2009-07-31
Fix typo in ifdef:d code.
Tor Andersson
2009-07-07
Whitespace cleanup in functions indented with both tabs and spaces.
Sebastian Rasmussen
2009-07-07
Catch more errors from freetype and give warnings or errors.
Sebastian Rasmussen
[prev]
[next]