summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font-subsets.c
Commit message (Expand)AuthorAgeFilesLines
* PDF Type 3 color fontsAdrian Johnson2023-01-291-48/+44
* Use _cairo_strndup where appropriateAdrian Johnson2023-01-031-16/+11
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-0/+2
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-2/+2
* Apply small fix that was reported as an issueUli Schlachter2021-01-111-1/+1
* scaled-subsets: always include glyphs maps to character 0Adrian Johnson2019-01-161-7/+2
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-7/+7
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* pdf: Don't fail subsetting if unable to convert utf8 to utf16Adrian Johnson2016-07-171-1/+5
* scaled-font-subsets: if glyph 0 used for rendering, remap to different indexAdrian Johnson2015-09-271-17/+98
* Ensure null-terminated result from strncpy()Bryce Harrington2015-09-101-2/+4
* font: Generate PDFs with correct font namesMarek Kasik2014-01-101-0/+40
* Remove some dead codeUli Schlachter2012-05-051-5/+0
* subsets: latin char map needs to belong to the font, not the subsetAdrian Johnson2011-09-201-6/+6
* scaled-subsets: ensure different glyphs with same utf8 mapping are not merged...Adrian Johnson2011-09-121-1/+8
* font-subsets: fix wrong string lengthAdrian Johnson2011-08-241-1/+1
* subsets: use show_text_glyphs supplied utf8 to determine latin characterAdrian Johnson2011-08-061-4/+29
* hash: Compare hash values before calling keys_equalAndrea Canciani2011-08-011-10/+1
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-14/+7
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-4/+4
* type1-subset: Remove FT dependency part 6Adrian Johnson2011-07-181-3/+0
* Implement cairo_backend_tChris Wilson2011-07-151-0/+1
* PDF: Fix toUnicode for CID fontsAdrian Johnson2010-11-071-1/+0
* PDF: Use correct bfchar size in toUnicode for latin fontsAdrian Johnson2010-11-021-0/+1
* Don't put Type3 glyphs in latin subsetsAdrian Johnson2010-10-081-2/+7
* Fix bug in subsetting check for winansi charactersAdrian Johnson2010-10-071-7/+5
* remove unused variableAdrian Johnson2010-10-061-12/+0
* CFF subset: add support for latin subsetsAdrian Johnson2010-10-061-9/+22
* PDF: Add support for latin subsetsAdrian Johnson2010-10-011-3/+8
* TrueType subsetting: embed a cmap for latin subsetsAdrian Johnson2010-10-011-3/+4
* Add winansi glyph namesAdrian Johnson2010-10-011-1/+6
* Return latin to glyph mapping in cairo_scaled_font_subset_tAdrian Johnson2010-10-011-1/+21
* Add capability for font subsets to put latin glyphs in a separate subsetAdrian Johnson2010-10-011-91/+215
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* scaled-font: Mark an error site with _cairo_error()Chris Wilson2010-01-221-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* PDF: Fix regression caused by 1ae5a419Adrian Johnson2009-10-021-1/+1
* Ensure Type 3 fonts do not use the name .notdef in the PS encodingAdrian Johnson2009-07-281-1/+1
* Ensure Type 3 fonts do not add a .notdef glyphAdrian Johnson2009-07-281-1/+1
* PDF: Only Type 3 fonts should include glyph 0 in /ToUnicodeAdrian Johnson2009-07-281-0/+1
* [scaled-font-subset] Check for matching font-face implementorsChris Wilson2009-06-191-2/+4
* [scaled-font-subsets] Check for malloc failure.Chris Wilson2009-04-161-28/+35
* [scaled-font-subset] Cleanup after failure to convert to utf16.Chris Wilson2009-03-311-1/+1
* [scaled-font-subset] Propagate error from scaled-font to collection.Chris Wilson2009-03-311-0/+4
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-14/+14
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-15/+15
* [scaled-font] Clean-up compiler warning.Chris Wilson2008-11-191-10/+10
* [hash] Return lookup entry.Chris Wilson2008-11-071-24/+23
* Cleanup 'status && status != UNSUPPORTED'Chris Wilson2008-10-301-2/+2
* Don't add a notdef glyph to Type 3 font subsetsAdrian Johnson2008-10-221-24/+35