summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font-subsets-private.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pdf-color-fonts' into 'master'Adrian Johnson2023-02-021-35/+0
|\
| * PDF Type 3 color fontsAdrian Johnson2023-01-291-35/+0
* | s/the the/the/Adrian Johnson2023-01-311-1/+1
|/
* DWrite: check 'head' table as well as 'name' when comparing fontsAdrian Johnson2022-04-191-0/+5
* scaled-font-subsets: if glyph 0 used for rendering, remap to different indexAdrian Johnson2015-09-271-0/+5
* font: Generate PDFs with correct font namesMarek Kasik2014-01-101-0/+15
* doc: Make the documentation name match the function nameAndrea Canciani2012-03-291-4/+4
* subsetting: Support unicode fontnamesAdrian Johnson2011-09-151-2/+2
* Remove HAS_FT_FONT from cairo-scaled-font-subsets-private.hAdrian Johnson2011-07-201-5/+0
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-2/+2
* Remove unused function declarationsAndrea Canciani2011-03-191-17/+0
* win32: add synthetic font subsetting supportAdrian Johnson2010-11-231-0/+23
* Move glyph names into separate fileAdrian Johnson2010-11-061-0/+3
* cff: Fixes for 'make check'Andrea Canciani2010-10-301-1/+1
* CFF subset: add support for latin subsetsAdrian Johnson2010-10-061-3/+3
* Don't embed cmap in TrueType fonts embedded in PostScriptAdrian Johnson2010-10-021-3/+25
* PDF: Add support for latin subsetsAdrian Johnson2010-10-011-0/+9
* TrueType subsetting: embed a cmap for latin subsetsAdrian Johnson2010-10-011-0/+3
* Add winansi glyph namesAdrian Johnson2010-10-011-1/+2
* Add capability for font subsets to put latin glyphs in a separate subsetAdrian Johnson2010-10-011-0/+13
* cff: Use correct glyph advance when subsetting cff fontsAdrian Johnson2010-05-161-3/+3
* type1: Use correct glyph advance when subsetting type 1 fontsAdrian Johnson2010-05-161-3/+3
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* [scaled-font] Fix up syntax in doc commentsChris Wilson2009-01-291-4/+5
* Use PS font name in CFF and TrueType PDF font subsetsAdrian Johnson2009-01-221-5/+14
* Factor out duplicate code in truetype and cff subsettingAdrian Johnson2009-01-221-0/+18
* Put user fonts in a separate subsetAdrian Johnson2008-09-111-0/+35
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+10
* [ps] Mark the hex data as unsigned char.Chris Wilson2008-08-261-1/+1
* Fix doc syntaxBehdad Esfahbod2008-08-111-2/+2
* Update _cairo_scaled_font_subsets_map_glyph() docsAdrian Johnson2008-08-101-4/+10
* Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mappingAdrian Johnson2008-06-291-2/+12
* Add _cairo_truetype_index_to_ucs4()Adrian Johnson2008-06-291-0/+22
* Store y_advance in cairo_scaled_font_subsets_glyph_tAdrian Johnson2008-06-041-0/+1
* Fix newly detected doc syntax issuesBehdad Esfahbod2008-06-011-13/+13
* [doc] Stricter syntax check for type names, update testBehdad Esfahbod2008-01-281-8/+8
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-4/+4
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-21/+21
* Make PostScript output text selectableAdrian Johnson2007-10-141-0/+15
* [cairo-scaled-font-subset] Propagate errors during collection.Chris Wilson2007-10-051-1/+1
* [pdf] Move cairo_pdf_surface_t to cairo-pdf-surface-private.hBehdad Esfahbod2007-04-211-2/+0
* Exclude Type1 fonts from CID subsetsAdrian Johnson2007-04-201-1/+10
* Add CFF CID FallbackAdrian Johnson2007-04-201-0/+68
* Add support for creating CID/composite font subsetsAdrian Johnson2007-04-201-14/+47
* PDF: Use the TJ operator to show glyphsAdrian Johnson2007-03-231-3/+22
* PDF/PS: Don't embed multiple copies of the same fontAdrian Johnson2007-02-211-8/+53
* PDF: Another fix for TrueType metricsAdrian Johnson2007-02-071-3/+3
* PDF: Make text selection and extraction workAdrian Johnson2007-02-071-12/+17
* Add OpenType/CFF SubsettingAdrian Johnson2006-10-271-0/+40