summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-10-27Add OpenType/CFF SubsettingAdrian Johnson1-0/+107
2006-10-25[PDF] Set CTM before path constructionBehdad Esfahbod1-5/+5
2006-10-25Fix typoCarl Worth1-1/+1
2006-10-15PDF: Add cairo version to document info dictionaryAdrian Johnson1-3/+5
2006-10-15Type 1 fallback fonts - use binary encoding in PDF filesAdrian Johnson1-1/+1
2006-09-07Use new return value from _cairo_output_stream_destroyCarl Worth1-2/+1
2006-09-05Generate Type 1 fonts from glyph outlinesAdrian Johnson1-30/+63
2006-09-05Correct the value of /LastChar in the PDF Type 1 font dictionary.Adrian Johnson1-1/+1
2006-09-05Fix Type 1 embedding in PDFAdrian Johnson1-1/+1
2006-08-18Use &image->base as appropriate to avoid warnings.Carl Worth1-2/+2
2006-08-17Fix assertion failures in bitmap-font test by coercing A8 images to A1Carl Worth1-1/+8
2006-08-08[PDF] Fix leak: free glyphsBehdad Esfahbod1-0/+2
2006-08-08Set antialiasing to gray in default font options for PS/PDF/SVGBehdad Esfahbod1-0/+1
2006-08-08Merge branch 'surface-font-options' into cairoCarl Worth1-14/+1
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth1-3/+3
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-5/+8
2006-08-07Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth1-1/+5
2006-08-04Add binary garbage to PDF header as recommended in section 3.4.1 of PDF Refer...Dominic Lachowicz1-0/+2
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson1-1/+4
2006-07-31Remove dummy create_similar in PS/PDF and let fallback do the sameBehdad Esfahbod1-14/+1
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-4/+3
2006-07-13PDF: Fix for dash-no-dash test case, (so that dashing can be turned off)Kent Worsnop1-0/+2
2006-06-30Update lots of docs.Behdad Esfahbod1-5/+5
2006-06-30Add "Since: 1.2" to docs for most new API functions.Behdad Esfahbod1-0/+6
2006-06-29Prefix "cairo_*_test_*" symbols with underscore.Behdad Esfahbod1-2/+2
2006-06-21PDF: Fix display of bitmapped glyphs (bitmap-font test now passes)Carl Worth1-5/+32
2006-06-21PDF: Push glyph stream creation down from emit glyph to outline/bitmap variantsCarl Worth1-17/+25
2006-06-19PS PDF: Drop unused hex_digit functions, (now that output stream supports %02x)Carl Worth1-8/+0
2006-06-19Implement 0-padding and field width for _cairo_output_stream_printf().Kristian Høgsberg1-3/+2
2006-06-19PDF: Don't fallback due to CAIRO_ANTIALIAS_NONECarl Worth1-14/+2
2006-06-14Merge branch 'svg-rewrite'Kristian Høgsberg1-0/+1
2006-06-13Merge branch 'type1-subsetting' into cairoCarl Worth1-0/+113
2006-06-13Merge branch 'truetype-subsetting' into cairoCarl Worth1-8/+146
2006-06-13PS, PDF: Re-organize handling of bitmapped fonts to avoid invalid output.Carl Worth1-28/+64
2006-06-12Make cairo_output_stream_t an embeddable type.Kristian Høgsberg1-0/+1
2006-06-09New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallba...Carl Worth1-35/+0
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-2/+2
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-2/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+2
2006-05-24PDF: Add new, private test function: cairo_pdf_test_force_fallbacksCarl Worth1-1/+25
2006-05-23PDF: Move dash operator before path construction operators.Carl Worth1-5/+5
2006-05-23PDF: Share path callbacks for fill and stroke.Carl Worth1-76/+36
2006-05-23PDF: Rename pdf_stroke_t to pdf_path_into_t for future sharing with fillCarl Worth1-19/+19
2006-05-18PDF: Squelch a couple of bogus "may be used uninitialized" warnings.Carl Worth1-2/+2
2006-05-18Make ps surface use type1 subset code.Kristian Høgsberg1-1/+4
2006-05-18Add code to emit type1 dicts to the pdf backend.Kristian Høgsberg1-0/+110
2006-05-16Switch to using Tm for text positioning and scale type3 fonts to unit size.Kristian Høgsberg1-3/+22
2006-05-16Output pdf dicts for truetype subset fonts.Kristian Høgsberg1-1/+96