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