summaryrefslogtreecommitdiff
path: root/src/cairo-type1-fallback.c
AgeCommit message (Expand)AuthorFilesLines
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