summaryrefslogtreecommitdiff
path: root/src/cairo-user-font.c
Commit message (Expand)AuthorAgeFilesLines
...
* [user-font] Add a cairo_t argument to cairo_user_scaled_font_init_func_tBehdad Esfahbod2008-08-081-9/+35
* Change _cairo_font_face_is_user() from static to cairo_privateAdrian Johnson2008-06-081-1/+2
* [user-font] Add XXX mark for text_to_glyphs memory allocation issueBehdad Esfahbod2008-06-051-0/+1
* [user-font] Reorder methods to the order they should appear in docsBehdad Esfahbod2008-06-051-26/+26
* [user-font] Let user decide to fall back to unicode_to_glyph in text_to_glyphsBehdad Esfahbod2008-06-051-0/+4
* [user-font] Add XXX mark about metrics-hinting the font extentsBehdad Esfahbod2008-06-051-0/+2
* [user-font] Improve docs.Behdad Esfahbod2008-05-301-0/+6
* [user-font] Document all public functionsBehdad Esfahbod2008-05-291-7/+118
* [user-font] Handle metrics-hinting font optionBehdad Esfahbod2008-05-281-1/+4
* [user-font] Cache extent-space scale in the scaled fontBehdad Esfahbod2008-05-281-24/+46
* [user-font] Handle the case of a null render_glyph callbackBehdad Esfahbod2008-05-281-3/+6
* [user-font] Remove completed TODO itemBehdad Esfahbod2008-05-281-2/+0
* [cairo-user-font] Add comment about possibly doing metrics-hintingBehdad Esfahbod2008-05-281-0/+2
* [user-font] Handle antialiasing font optionBehdad Esfahbod2008-05-281-5/+18
* Remove some bogus XXX marksBehdad Esfahbod2008-05-281-2/+2
* [cairo-user-font] Make backend struct staticBehdad Esfahbod2008-05-281-2/+2
* [cairo-scaled-font] Clean up recent locking changesBehdad Esfahbod2008-05-251-2/+2
* [user-font] Fix fontmap lockingBehdad Esfahbod2008-05-251-11/+9
* [user-font] Lock the font mutex such that user doesn't accidentally use it yetBehdad Esfahbod2008-05-241-0/+5
* Fix typosBehdad Esfahbod2008-05-241-1/+1
* [user-font] Note possible locking issueBehdad Esfahbod2008-05-241-0/+7
* [user-font] Release fontmap lock around user callbackBehdad Esfahbod2008-05-241-1/+4
* [user-font] Set correct device-offset for rotated textBehdad Esfahbod2008-05-151-2/+3
* [user-font] Normalize the space we compute extents inBehdad Esfahbod2008-05-101-5/+27
* [user-font] Round glyph origin positionBehdad Esfahbod2008-05-101-2/+2
* [cairo-user-font] Implement user fontsBehdad Esfahbod2008-05-101-0/+486