summaryrefslogtreecommitdiff
path: root/src/cairo-type1-subset.c
Commit message (Expand)AuthorAgeFilesLines
* Fix type1-subset indexingAdrian Johnson2022-04-031-17/+33
* Fix some warningsAdrian Johnson2021-08-221-1/+1
* Fix some type1-subset array indexing bugsAdrian Johnson2021-07-201-12/+12
* Create cairo version of isxdigit()Adrian Johnson2021-07-181-1/+1
* Fix out of bounds access in cairo_type1_font_subset_find_segmentsUli Schlachter2021-04-111-10/+16
* Fix undefined left-shiftsHeiko Lewin2021-03-311-4/+4
* build: Fix various compiler warningsGeorge Matsumura2020-11-071-1/+1
* type1: fallback if the font matrix is not a uniform scaleAdrian Johnson2018-10-211-0/+5
* type1-subset: Fix incorrect null ptr check from find_token() (CID #1160662)Bryce Harrington2018-06-131-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-8/+8
* factor out ascii to double code in cff-subset into _cairo_strtodAdrian Johnson2017-09-221-1/+1
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* subsetting: support variable fontsAdrian Johnson2017-05-281-4/+10
* Fix compilation with bionic libcAdrian Johnson2014-09-231-4/+1
* type1: strip space from end of font nameAdrian Johnson2014-01-111-0/+3
* font: Generate PDFs with correct font namesMarek Kasik2014-01-101-6/+3
* type1-subset: don't rename glyphs used by seac operatorAdrian Johnson2013-10-111-6/+7
* type1-subset: Don't try to rename non winansi glyphsAdrian Johnson2013-07-281-2/+10
* type1-subset: Fix typos in function commentBryce W. Harrington2013-06-201-7/+7
* type1-subset: Quell warning about uninitialized array_startBryce W. Harrington2013-06-201-0/+1
* type1-subset: in latin subsets replace glyph names with standard namesAdrian Johnson2013-02-051-2/+17
* type1-subset: always include subroutine 4 (hint replacement idiom)David Maxwell2012-12-221-2/+2
* type1-subset: remove unused variableAdrian Johnson2012-11-031-4/+0
* type1-subset: fix memory leakAdrian Johnson2012-11-031-19/+33
* type1-subset, cff-subset: Plugged 2 memory leaksKevin Tardif2012-10-301-0/+2
* type1-subset: ensure subroutine numnber is an integerAdrian Johnson2012-10-301-9/+12
* type1-subset: restore correct callothersub behaviorAdrian Johnson2012-10-281-6/+29
* type1-subset: parse all operatorsAdrian Johnson2012-10-261-67/+100
* remove debug codeAdrian Johnson2012-10-071-2/+0
* type1: convert '.' to locale specific decimal point before using sscanfAdrian Johnson2012-10-071-4/+27
* type1-subset: always subset subroutines 0-3 (Flex/hint replacement)David Maxwell2012-10-071-0/+6
* type1: lenIV supportDavid Maxwell2012-10-071-4/+38
* type1: buildchar stack fixDavid Maxwell2012-10-071-0/+1
* type1 subset: ensure encoding includes all glyphsAdrian Johnson2012-08-031-2/+2
* type1-subset: if font name is prefixed with a subset tag, strip it offAdrian Johnson2012-04-061-0/+11
* fix indentation in cairo_type1_font_subset_parse_charstringAdrian Johnson2012-04-061-73/+74
* type1-subset: use fallback font if glyph widths are calculatedAdrian Johnson2012-04-061-0/+6
* type1-subset: ensure additional glyphs required by seac operator are parsedAdrian Johnson2012-02-181-12/+13
* type1-subset: some fonts have "noaccess put" instead of NP in the SubrsAdrian Johnson2012-02-181-10/+37
* type1-subset: remove unused variablesAdrian Johnson2011-12-061-4/+4
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+2
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-6/+3
* type1-subset: Subset the subroutinesAdrian Johnson2011-07-211-77/+338
* type1-subset: Remove FT dependency part 6Adrian Johnson2011-07-181-86/+38
* type1-subset: Remove FT dependency part 5Adrian Johnson2011-07-181-34/+17
* type1-subset: Remove FT dependency part 4Adrian Johnson2011-07-181-16/+48
* type1-subset: Remove FT dependency part 3Adrian Johnson2011-07-181-7/+87
* type1-subset: Remove FT dependency part 2Adrian Johnson2011-07-181-48/+49
* type1-subset: Remove FT dependency part 1Adrian Johnson2011-07-181-134/+176
* Type1-subset: Fallback if font contains more than one /EncodingAdrian Johnson2011-02-081-0/+4