summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font-subsets-private.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-29[scaled-font] Fix up syntax in doc commentsChris Wilson1-4/+5
2009-01-22Use PS font name in CFF and TrueType PDF font subsetsAdrian Johnson1-5/+14
2009-01-22Factor out duplicate code in truetype and cff subsettingAdrian Johnson1-0/+18
2008-09-11Put user fonts in a separate subsetAdrian Johnson1-0/+35
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+10
2008-08-26[ps] Mark the hex data as unsigned char.Chris Wilson1-1/+1
2008-08-11Fix doc syntaxBehdad Esfahbod1-2/+2
2008-08-10Update _cairo_scaled_font_subsets_map_glyph() docsAdrian Johnson1-4/+10
2008-06-29Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mappingAdrian Johnson1-2/+12
2008-06-29Add _cairo_truetype_index_to_ucs4()Adrian Johnson1-0/+22
2008-06-04Store y_advance in cairo_scaled_font_subsets_glyph_tAdrian Johnson1-0/+1
2008-06-01Fix newly detected doc syntax issuesBehdad Esfahbod1-13/+13
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-8/+8
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-4/+4
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-21/+21
2007-10-14Make PostScript output text selectableAdrian Johnson1-0/+15
2007-10-05[cairo-scaled-font-subset] Propagate errors during collection.Chris Wilson1-1/+1
2007-04-21[pdf] Move cairo_pdf_surface_t to cairo-pdf-surface-private.hBehdad Esfahbod1-2/+0
2007-04-20Exclude Type1 fonts from CID subsetsAdrian Johnson1-1/+10
2007-04-20Add CFF CID FallbackAdrian Johnson1-0/+68
2007-04-20Add support for creating CID/composite font subsetsAdrian Johnson1-14/+47
2007-03-23PDF: Use the TJ operator to show glyphsAdrian Johnson1-3/+22
2007-02-21PDF/PS: Don't embed multiple copies of the same fontAdrian Johnson1-8/+53
2007-02-07PDF: Another fix for TrueType metricsAdrian Johnson1-3/+3
2007-02-07PDF: Make text selection and extraction workAdrian Johnson1-12/+17
2006-10-27Add OpenType/CFF SubsettingAdrian Johnson1-0/+40
2006-10-15Type 1 fallback fonts - use binary encoding in PDF filesAdrian Johnson1-5/+27
2006-09-05Generate Type 1 fonts from glyph outlinesAdrian Johnson1-0/+31
2006-09-05Fix Type 1 embedding in PDFAdrian Johnson1-1/+3
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth1-1/+1
2006-08-02This patch fixes the problem where the postscript outputAdrian Johnson1-0/+2
2006-06-13Merge branch 'type1-subsetting' into cairoCarl Worth1-0/+44
2006-06-13Merge branch 'truetype-subsetting' into cairoCarl Worth1-0/+41
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-6/+6
2006-05-18Make ps surface use type1 subset code.Kristian Høgsberg1-0/+1
2006-05-18Add code to emit type1 dicts to the pdf backend.Kristian Høgsberg1-0/+2
2006-05-18Pull in type1 subset code from the cvs repo it was sitting in.Kristian Høgsberg1-0/+41
2006-05-16Output pdf dicts for truetype subset fonts.Kristian Høgsberg1-0/+41
2006-05-15Change scaled_font_subsets_callback to have return type of void.Carl Worth1-1/+1
2006-05-10Add documentation for the _cairo_scaled_font_subsets interface.Carl Worth1-3/+106
2006-05-10Generalize font subsetting code in cairo-scaled-font-subsets for use by more ...Carl Worth1-52/+30
2006-05-10Rename cairo-ps-font to cairo-scaled-font-subsets (file names only)Carl Worth1-0/+101