summaryrefslogtreecommitdiff
path: root/src/cairo-type3-glyph-surface.c
Commit message (Expand)AuthorAgeFilesLines
* PDF Type 3 color fontsAdrian Johnson2023-01-291-2/+12
* Fix user-font with foreground in group failures on image, PDF, and PSAdrian Johnson2023-01-031-27/+4
* Fix memory leak in type3 glyph surfaceUli Schlachter2022-12-311-1/+3
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-0/+4
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* pdf: change from pdf coordinates to cairo coordinatesAdrian Johnson2016-06-051-16/+7
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* pdf-operators: only wrap text strings for PS outputAdrian Johnson2014-10-311-2/+4
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-21/+14
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-1/+6
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-20/+20
* Implement cairo_backend_tChris Wilson2011-07-151-0/+3
* type3: Minor tweaks to remove a redundant check.Chris Wilson2010-05-041-6/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* image: split cairo_image_surface_coerce()Benjamin Otte2010-02-231-1/+1
* Fix printing of rotated user fontsAdrian Johnson2010-01-251-4/+5
* Fix incorrect font scale and glyph position in Type 3 fontsAdrian Johnson2010-01-241-16/+5
* Add cairo_device_tChris Wilson2010-01-221-1/+3
* Constify stroke style and matrices.Chris Wilson2010-01-221-3/+3
* 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-7/+7
* [API] Make _cairo_meta_surface_replay() private againBenjamin Otte2009-09-301-2/+2
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-35/+59
* Export meta-surfaceChris Wilson2009-07-031-4/+4
* [type3] Propagate error from font creation.Chris Wilson2009-04-161-0/+2
* [type3] Add status checks.Chris Wilson2009-04-161-3/+23
* [type3] Check error status before emit_image().Chris Wilson2009-04-161-2/+6
* [image] Eliminate the short-lived context used for coercing.Chris Wilson2008-12-181-16/+4
* [cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja2008-12-061-0/+2
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-5/+5
* Add an extents argument to the high level surface backend functionsAdrian Johnson2008-11-021-6/+11
* [type3] Whitespace.Chris Wilson2008-10-311-1/+2
* [pattern] Avoid needless copying of patterns.Chris Wilson2008-10-301-9/+9
* Don't add a notdef glyph to Type 3 font subsetsAdrian Johnson2008-10-221-16/+0
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-9/+9
* [type3] Acquire scaled_font mutex whilst looking up glyphs.Chris Wilson2008-10-191-20/+30
* Fix bitmap-font XFAILAdrian Johnson2008-09-261-7/+3
* Fix scaling of glyphs in type3 subset glyphsAdrian Johnson2008-09-161-3/+9
* Enable show_glyphs inside of in user-font glyphsAdrian Johnson2008-09-111-5/+48
* Add _cairo_type3_glyph_surface_analyze_glyph()Adrian Johnson2008-09-111-0/+39
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+5
* [type3-glyph] Propagate error from image emission.Chris Wilson2008-08-171-1/+1
* Implement PS Type 3 font image supportAdrian Johnson2008-06-081-26/+6
* Implement PDF Type 3 font subsetting of user fontsAdrian Johnson2008-06-081-0/+465