summaryrefslogtreecommitdiff
path: root/src/cairo-type1-fallback.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-11-26array: Silence warningsAndrea Canciani1-2/+2
2010-11-06Fix type1-fallback bboxAdrian Johnson1-4/+4
2010-10-01Type 1 fallback: add support for latin subsetsAdrian Johnson1-6/+21
2010-05-16type1: Use correct glyph advance when subsetting type 1 fontsAdrian Johnson1-9/+9
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-03-31[type1] Fixup error path during write_charstrings()Chris Wilson1-3/+3
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-8/+8
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-8/+7
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-22/+22
2008-11-13[type1] Bind the RD procedureChris Wilson1-1/+1
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-2/+7
2008-10-19[type1] Acquire scaled_font mutex.Chris Wilson1-0/+2
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+5
2008-04-06Type1-fallback: Use correct glyph metrics for .notdef glyphAdrian Johnson1-63/+29
2008-04-06Type1-fallback: Use correct glyph advance in Type 1 charstringsAdrian Johnson1-1/+1
2008-03-13Use the correct glyph metrics in Type1 fallbackAdrian Johnson1-4/+4
2008-03-12Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson1-0/+1
2008-03-04[cairo-type1-fallback] Propagate original error status.Chris Wilson1-4/+6
2008-01-16[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()Chris Wilson1-4/+4
2007-12-02Fix regression in Type1 FallbackAdrian Johnson1-2/+4
2007-10-14Make PostScript output text selectableAdrian Johnson1-3/+15
2007-10-10Fix some trivial syntax warnings for -ansi.Chris Wilson1-1/+1
2007-10-05[cairo-type1-fallback] Propagate error from closing the stream.Chris Wilson1-2/+1
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-16/+11
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+6
2007-05-10[cairo-scaled-font] Check for allocation failure.Chris Wilson1-1/+1
2007-04-20Add CFF CID FallbackAdrian Johnson1-59/+152
2007-04-20Add support for creating CID/composite font subsetsAdrian Johnson1-1/+1
2007-04-10Add a couple of missing newline charactersCarl Worth1-0/+1
2007-04-09cairo-type1-fallback - propagate error returnsChris Wilson1-7/+18
2007-04-09cairo-type1-fallback - check for an error during cleanupChris Wilson1-3/+4
2007-03-07[Type1] Add cairo-type1-private.h that Type1 fallback and subset code shareBehdad Esfahbod1-9/+5
2007-03-02Fix leak of an output stream in cairo_type1_font_destroyCarl Worth1-1/+2
2007-01-07Spell check the docsBehdad Esfahbod1-2/+2
2006-10-23type1 fallback: ensure all functions perform correct status checkingAdrian Johnson1-20/+38
2006-10-22Don't return an uninitialized value if _cairo_output_stream_create failsChristian Biesinger1-1/+3
2006-10-22Actually return a value from _cairo_type1_fallback_init_*Christian Biesinger1-6/+6
2006-10-15Type 1 fallback fonts - use binary encoding in PDF filesAdrian Johnson1-7/+29
2006-10-15cairo-type1-fallback.c: return correct error statusAdrian Johnson1-1/+3
2006-09-07Fix bitmap-font test failure by not generating a type1 font for a bitmap font.Carl Worth1-11/+24
2006-09-07type1: Enforce pre-allocation usage and fail-proof behavior of charstring_enc...Carl Worth1-7/+42
2006-09-07cairo-type1-fallback.c: Regularize some whitespace.Carl Worth1-3/+5
2006-09-07cairo_type1_font_create: Fix missing NO_MEMORY check and cleanup style.Carl Worth1-15/+27
2006-09-07Remove font->status from cairo_type1_font_tCarl Worth1-38/+38
2006-09-07Check status value of output_stream object at time of destroyCarl Worth1-1/+3
2006-09-05Generate Type 1 fonts from glyph outlinesAdrian Johnson1-0/+682