summaryrefslogtreecommitdiff
path: root/src/cairo-cff-subset.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15cff-subset: Fix allocation of width arraysMarek Kasik1-2/+2
2012-10-30type1-subset, cff-subset: Plugged 2 memory leaksKevin Tardif1-3/+3
2012-07-31cff subsetting: widths can be floating pointAdrian Johnson1-11/+11
2012-07-05cff: initialise variable to prevent valgrind warningAdrian Johnson1-0/+1
2012-07-05cff: use correct size for bufferAdrian Johnson1-1/+1
2012-07-04cff: convert '.' to locale specific decimal point before using sscanfAdrian Johnson1-1/+25
2012-06-07cff-subsetting: Ignore charset for non cid fontsAdrian Johnson1-7/+9
2011-10-09cff: fallback if seac style endchar is foundAdrian Johnson1-0/+7
2011-10-09cff: in CID fonts the CID is the glyph indexAdrian Johnson1-3/+95
2011-09-15subsetting: Support unicode fontnamesAdrian Johnson1-6/+6
2011-09-12Introduce a new compositor architectureChris Wilson1-3/+5
2011-09-08cff: strip subset tag when reading font nameAdrian Johnson1-3/+18
2011-08-23cff-subset: fix decoding of real numbersAdrian Johnson1-1/+3
2011-08-21cff-subset: don't easily give up parsing a charstring if we already have the ...Adrian Johnson1-4/+10
2011-08-21cff-subset: fallback when parsing the charstrings in bare cff fonts failsAdrian Johnson1-6/+17
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-36/+18
2011-07-29cff-subset: Do not use garbage valuesAndrea Canciani1-4/+4
2011-07-21Add support for subsetting bare CFF fontsAdrian Johnson1-110/+467
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-7/+7
2011-07-18cff-subset: Fix /guillemotright SID encodingAdrian Johnson1-1/+1
2011-03-13cff: Fix heap corruptionAdrian Johnson1-4/+11
2010-11-30CFF Subsetting: Subset subroutinesAdrian Johnson1-16/+329
2010-11-28CFF subset: fix bug with euro glyph in fallback fontsAdrian Johnson1-2/+5
2010-11-28CFF subset: fix subsetting of Euro glyphAdrian Johnson1-13/+38
2010-11-26array: Silence warningsAndrea Canciani1-1/+1
2010-11-23Check is_synthetic() font backend exists before calling itAdrian Johnson1-1/+1
2010-11-23Use fallback font for synthetic fontsAdrian Johnson1-0/+4
2010-11-02CFF Subset: Remove debug codeAdrian Johnson1-13/+0
2010-10-30cff: Fixes for 'make check'Andrea Canciani1-1/+1
2010-10-06CFF subset: add support for latin subsetsAdrian Johnson1-53/+357
2010-10-01PDF: Add support for latin subsetsAdrian Johnson1-0/+20
2010-05-16cff: Use correct glyph advance when subsetting cff fontsAdrian Johnson1-17/+21
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-01-29[cff-subset] Free ps_name.Chris Wilson1-1/+3
2009-01-29[truetype] Initialise font_nameChris Wilson1-0/+2
2009-01-22Use PS font name in CFF and TrueType PDF font subsetsAdrian Johnson1-25/+45
2009-01-22Factor out duplicate code in truetype and cff subsettingAdrian Johnson1-52/+8
2009-01-02Iterate over hash table using foreach() in destructors.Chris Wilson1-10/+11
2008-11-29Fix up a couple of likely(malloc==NULL)Chris Wilson1-2/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-33/+33
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-104/+104
2008-11-07[hash] Return lookup entry.Chris Wilson1-14/+10
2008-10-30[cff-subset] Eliminate shadowed variable.Chris Wilson1-4/+4
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+5
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-03-04[cairo-cff-subset] Propagate error status.Chris Wilson1-22/+25
2007-10-10[cairo-cff-subset] Propagate error status from failed append_copy().Chris Wilson1-6/+10
2007-10-04[cairo-cff-subset] Propagate errors and review error paths.Chris Wilson1-82/+209