summaryrefslogtreecommitdiff
path: root/src/cairo-type1-fallback.c
Commit message (Expand)AuthorAgeFilesLines
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-0/+3
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+2
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-1/+1
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* array: Silence warningsAndrea Canciani2010-11-261-2/+2
* Fix type1-fallback bboxAdrian Johnson2010-11-061-4/+4
* Type 1 fallback: add support for latin subsetsAdrian Johnson2010-10-011-6/+21
* type1: Use correct glyph advance when subsetting type 1 fontsAdrian Johnson2010-05-161-9/+9
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [type1] Fixup error path during write_charstrings()Chris Wilson2009-03-311-3/+3
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-8/+8
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-8/+7
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-22/+22
* [type1] Bind the RD procedureChris Wilson2008-11-131-1/+1
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-2/+7
* [type1] Acquire scaled_font mutex.Chris Wilson2008-10-191-0/+2
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+5
* Type1-fallback: Use correct glyph metrics for .notdef glyphAdrian Johnson2008-04-061-63/+29
* Type1-fallback: Use correct glyph advance in Type 1 charstringsAdrian Johnson2008-04-061-1/+1
* Use the correct glyph metrics in Type1 fallbackAdrian Johnson2008-03-131-4/+4
* Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson2008-03-121-0/+1
* [cairo-type1-fallback] Propagate original error status.Chris Wilson2008-03-041-4/+6
* [cairo-output-stream] Introduce _cairo_output_stream_create_in_error()Chris Wilson2008-01-161-4/+4
* Fix regression in Type1 FallbackAdrian Johnson2007-12-021-2/+4
* Make PostScript output text selectableAdrian Johnson2007-10-141-3/+15
* Fix some trivial syntax warnings for -ansi.Chris Wilson2007-10-101-1/+1
* [cairo-type1-fallback] Propagate error from closing the stream.Chris Wilson2007-10-051-2/+1
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-16/+11
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+6
* [cairo-scaled-font] Check for allocation failure.Chris Wilson2007-05-101-1/+1
* Add CFF CID FallbackAdrian Johnson2007-04-201-59/+152
* Add support for creating CID/composite font subsetsAdrian Johnson2007-04-201-1/+1
* Add a couple of missing newline charactersCarl Worth2007-04-101-0/+1
* cairo-type1-fallback - propagate error returnsChris Wilson2007-04-091-7/+18
* cairo-type1-fallback - check for an error during cleanupChris Wilson2007-04-091-3/+4
* [Type1] Add cairo-type1-private.h that Type1 fallback and subset code shareBehdad Esfahbod2007-03-071-9/+5
* Fix leak of an output stream in cairo_type1_font_destroyCarl Worth2007-03-021-1/+2
* Spell check the docsBehdad Esfahbod2007-01-071-2/+2
* type1 fallback: ensure all functions perform correct status checkingAdrian Johnson2006-10-231-20/+38
* Don't return an uninitialized value if _cairo_output_stream_create failsChristian Biesinger2006-10-221-1/+3
* Actually return a value from _cairo_type1_fallback_init_*Christian Biesinger2006-10-221-6/+6
* Type 1 fallback fonts - use binary encoding in PDF filesAdrian Johnson2006-10-151-7/+29
* cairo-type1-fallback.c: return correct error statusAdrian Johnson2006-10-151-1/+3
* Fix bitmap-font test failure by not generating a type1 font for a bitmap font.Carl Worth2006-09-071-11/+24
* type1: Enforce pre-allocation usage and fail-proof behavior of charstring_enc...Carl Worth2006-09-071-7/+42
* cairo-type1-fallback.c: Regularize some whitespace.Carl Worth2006-09-071-3/+5
* cairo_type1_font_create: Fix missing NO_MEMORY check and cleanup style.Carl Worth2006-09-071-15/+27