summaryrefslogtreecommitdiff
path: root/src/cairo-user-font.c
Commit message (Expand)AuthorAgeFilesLines
* PDF Type 3 color fontsAdrian Johnson2023-01-291-1/+3
* Foreground color fixes for ft, svg, colrv1Adrian Johnson2023-01-271-15/+2
* Add new cairo_user_scaled_font_get_foreground_source() functionAdrian Johnson2023-01-261-21/+185
* Fix user-font with foreground in group failures on image, PDF, and PSAdrian Johnson2023-01-031-2/+4
* user fonts: ensure snap_x/y_scale are initializedAdrian Johnson2022-12-281-0/+2
* Fix the scaled_glyph_init color glyph logicAdrian Johnson2022-04-251-160/+205
* [user-font] Implement subpixel-positioningBehdad Esfahbod2022-02-131-0/+3
* Apply 1 suggestion(s) to 1 file(s)Emmanuele Bassi2022-02-111-1/+1
* Plug another memory leakMatthias Clasen2022-02-101-0/+5
* user-font: Plug some memory leaksMatthias Clasen2022-02-101-0/+3
* Allow user fonts to use the foreground colorAdrian Johnson2021-09-181-5/+18
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-2/+4
* Fix some warningsAdrian Johnson2021-08-221-3/+3
* Add cairo_user_font_face_get_render_color_glyph_funcAdrian Johnson2021-08-141-0/+28
* Add color user-font supportAdrian Johnson2021-08-141-45/+169
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* font: Push the last reference dec into the backend->destroy() callbackChris Wilson2013-09-171-1/+1
* doc: Do not use the '@' prefix on some tagsAndrea Canciani2012-03-291-1/+1
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-2/+2
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-0/+3
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-4/+5
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+22
* user-font: Check the status before destroying the contextChris Wilson2010-07-021-2/+2
* user-font: correct handling of size 0 textAndrea Canciani2010-06-301-24/+36
* user-font: ignore translation in scale matrixAndrea Canciani2010-06-291-1/+5
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-21/+21
* [API] Make _cairo_meta_surface_replay() private againBenjamin Otte2009-09-301-1/+1
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-21/+9
* Export meta-surfaceChris Wilson2009-07-031-4/+3
* [user-font] Set the initial colour to whiteChris Wilson2009-06-021-0/+1
* [user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod2009-05-061-3/+11
* [twin] Add face propertiesBehdad Esfahbod2008-12-231-3/+1
* Clean up toy font face handlingBehdad Esfahbod2008-12-171-55/+7
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-9/+9
* [user-font] Eliminate shadowed variableChris Wilson2008-10-301-1/+0
* Map toy font face to implementation.Chris Wilson2008-10-221-9/+28
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-1/+0
* [user-font] Review locks under error conditions.Chris Wilson2008-10-191-16/+23
* [user-font] Check for error objects.Chris Wilson2008-10-191-12/+59
* [user-font] Fix comment re backend interfaceBehdad Esfahbod2008-10-061-1/+1
* [text_to_glyphs] Further enhance the docsBehdad Esfahbod2008-09-291-0/+5
* Add slim markers to make check-plt.sh happyBehdad Esfahbod2008-09-261-0/+4
* Add an internal font faceBehdad Esfahbod2008-09-251-5/+48
* [show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod2008-09-181-12/+11
* [user-font] Propagate status return.Chris Wilson2008-09-021-2/+8
* Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...Behdad Esfahbod2008-08-271-1/+1
* Add cairo_scaled_font_text_to_glyphs()Behdad Esfahbod2008-08-081-19/+19