summaryrefslogtreecommitdiff
path: root/src/cairo-type1-subset.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-23Use fallback font for synthetic fontsAdrian Johnson1-0/+5
2010-11-06Move glyph names into separate fileAdrian Johnson1-280/+1
2010-10-24Type 1 subset: Fix glyph advanceAdrian Johnson1-15/+15
2010-10-06CFF subset: add support for latin subsetsAdrian Johnson1-6/+7
2010-10-01Type 1 subsetting: add support for latin subsetsAdrian Johnson1-8/+24
2010-10-01Add winansi glyph namesAdrian Johnson1-0/+92
2010-10-01Fix font metrics in PDF Type 1 fontsAdrian Johnson1-6/+6
2010-05-16type1: Use correct glyph advance when subsetting type 1 fontsAdrian Johnson1-3/+3
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2010-01-08type1: Destroy the output stream.Chris Wilson1-13/+15
2009-11-08Type1-subset: Append "cleartomark" operator for binary fonts that don't inclu...Adrian Johnson1-7/+15
2009-11-08Type1-subset: Check for binary eexec dataAdrian Johnson1-1/+7
2009-11-07Type 1 subset: Don't add a new line when in binary modeAdrian Johnson1-1/+2
2009-10-29Provide a builtin implementation of isspace() and isdigit()Adrian Johnson1-9/+7
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