summaryrefslogtreecommitdiff
path: root/src/cairo-type1-subset.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-11/+11
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-23/+23
2008-11-16[type1] Propagate fatal NO_MEMORY erro from FreeType.Chris Wilson1-2/+12
2008-11-02type1-subset: return unsupported on FT errorsAdrian Johnson1-8/+4
2008-10-16[type1] Add comment to warn about read() as macro.Chris Wilson1-0/+5
2008-10-15[type1] Protect against read macroChris Wilson1-4/+4
2008-09-06[type1] Allocate the temporary subsetter on the stack.Chris Wilson1-44/+31
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+10
2008-06-03Disable UniqueID font check in Type 1 subset fontAdrian Johnson1-3/+27
2008-06-03Remove XUID key from subsetted Type 1 fontsAdrian Johnson1-5/+6
2008-06-03Remove UniqueID key from subsetted Type 1 fontsAdrian Johnson1-0/+59
2008-06-03Ensure eexec encryption in subsetted Type 1 font is compliant (#13679)Adrian Johnson1-0/+18
2008-04-04Add links to the font specifications.Chris Wilson1-0/+5
2008-03-12Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson1-0/+1
2008-01-20Type1-subset: Add newline to the end of the fontAdrian Johnson1-0/+3
2008-01-16[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()Chris Wilson1-2/+3
2008-01-11Type1-subset: Font name may be NULLAdrian Johnson1-13/+24
2008-01-03[cairo-type1-subset] Remove the unused return value.Chris Wilson1-6/+3
2007-10-06Type1 subset: Add check for CFF fontsAdrian Johnson1-0/+8
2007-10-05Cleanup a couple of warnings for use of uninitialized statuses.Chris Wilson1-1/+3
2007-10-05[cairo-type1-subset] Propagate error status (correctly!)Chris Wilson1-147/+146
2007-10-04[cairo-type1-subset] Do not mask error returns.Chris Wilson1-42/+81
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-15/+15
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-6/+20
2007-09-23[type1-subset] only subset ft fontsBrian Ewins1-0/+2
2007-05-18[Type1] #include <ctype.h> (#10989)Behdad Esfahbod1-0/+2
2007-04-20Exclude Type1 fonts from CID subsetsAdrian Johnson1-0/+27
2007-04-20Add support for creating CID/composite font subsetsAdrian Johnson1-3/+0
2007-03-07[Type1] Add cairo-type1-private.h that Type1 fallback and subset code shareBehdad Esfahbod1-11/+7
2007-02-14type1-subset: fix error handling.Jinghua Luo1-11/+23
2007-01-10[cairo-type1-subset] Do not use an array of pointers, to reduce .data sizeBehdad Esfahbod1-2/+105
2006-12-17[type1-subset] Return UNSUPPORTED for vertical fontsBehdad Esfahbod1-0/+3
2006-10-15Type1 subsetting: Don't put .notdef in Encoding when there are 256 glyphsAdrian Johnson1-1/+1
2006-09-05Fix Type 1 embedding in PDFAdrian Johnson1-5/+6
2006-08-28Put static first to avoid compiler warning.Carl Worth1-1/+1
2006-08-13[Type1] Synch comments in the encoding tableBehdad Esfahbod1-46/+80
2006-08-13[Type1] Use NULL instead of 0Pavel Roskin1-13/+20
2006-08-08Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod1-4/+4
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth1-2/+2
2006-06-14Merge branch 'svg-rewrite'Kristian Høgsberg1-0/+1
2006-06-13Merge branch 'type1-subsetting' into cairoCarl Worth1-0/+1040
2006-05-19Handle seac charstring commands correctly.Kristian Høgsberg1-128/+90
2006-05-18Remember to call cairo_type1_font_subset_destroy().Kristian Høgsberg1-0/+2
2006-05-18Consolidate a few arrays into a array of structs.Kristian Høgsberg1-39/+37
2006-05-18Look for /-| or /RD tokens to determine the charstring delimiter tokens.Kristian Høgsberg1-6/+29
2006-05-18Track glyph subset indices and use them in the output.Kristian Høgsberg1-24/+26
2006-05-18Make ps surface use type1 subset code.Kristian Høgsberg1-6/+20
2006-05-18Use RD and ND for delimiting glyph data instead of -| and |-.Kristian Høgsberg1-2/+2
2006-05-18Add code to emit type1 dicts to the pdf backend.Kristian Høgsberg1-4/+8
2006-05-18Pull in type1 subset code from the cvs repo it was sitting in.Kristian Høgsberg1-0/+1035