summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font-subsets.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson2008-10-221-16/+14
* [scaled-font-subsets] Add locking to unscaled font.Chris Wilson2008-10-191-6/+17
* Replace two boolean args with one enum argAdrian Johnson2008-09-231-8/+23
* [scaled-fonts] Correct the order of scaled/user arguments.Chris Wilson2008-09-171-2/+2
* Put user fonts in a separate subsetAdrian Johnson2008-09-111-2/+21
* [scaled-fonts] Cleanup a couple of valgrind warnings.Chris Wilson2008-09-031-18/+20
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+5
* [scaled-font-subsets] Check for a failed malloc.Chris Wilson2008-08-171-1/+4
* [scaled-font-subsets] Propagate error status from index_to_ucs4().Chris Wilson2008-08-171-2/+7
* Fix _cairo_sub_font_map_glyph() to return correct unicode valueAdrian Johnson2008-08-101-4/+4
* [scaled-font-subsets] Fix UTF-8 mappingBehdad Esfahbod2008-08-081-4/+5
* Make utf8 handling in font subsets more consistentBehdad Esfahbod2008-08-081-2/+5
* [cairo-scaled-font-subsets] Make utf8 handling more robustBehdad Esfahbod2008-08-081-6/+4
* [cairo-scaled-font-subsets] Fix bug with utf8 handlingBehdad Esfahbod2008-08-081-1/+1
* Remove unnecessary checks for CAIRO_STATUS_INVALID_STRINGBehdad Esfahbod2008-08-081-2/+2
* [cairo-scaled-font-subsets] Fix memleak.Chris Wilson2008-07-061-0/+3
* [cairo-scaled-font-subsets] Fix use of unitialised variable.Chris Wilson2008-07-061-0/+1
* [cairo-scaled-font-subsets] And free the allocated memory on failure.Chris Wilson2008-06-291-1/+7
* [cairo-scaled-font-subsets] Add missing malloc check.Chris Wilson2008-06-291-1/+1
* Use subset utf8 mapping to create the glyph names for PS fontsAdrian Johnson2008-06-291-20/+16
* Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mappingAdrian Johnson2008-06-291-3/+109
* Implement PDF Type 3 font subsetting of user fontsAdrian Johnson2008-06-081-1/+3
* Store y_advance in cairo_scaled_font_subsets_glyph_tAdrian Johnson2008-06-041-2/+8
* Make font subsetting output fonts in order of the font subset idAdrian Johnson2008-06-031-18/+40
* scaled-font-subsets: Special case .notdef in a new subsetAdrian Johnson2008-04-061-5/+15
* Add assert to scaled_glyph_lookup in scaled-font-subsetsAdrian Johnson2008-04-061-0/+1
* Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson2008-03-121-0/+1
* [cairo-scaled-font-subsets] Fix memleak on failure to reserve .notdef glyph.Chris Wilson2008-02-201-27/+30
* Fix PS/PDF Type 1 font embedding when glyph 0 is usedAdrian Johnson2008-01-201-17/+19
* [cairo-scaled-fonts-subsets] Memleak and error reporting.Chris Wilson2008-01-031-46/+48
* Remove cairo_private from *.c files.Chris Wilson2008-01-031-1/+1
* [cairo-scaled-font-subsets] Simplify boolean return code.Chris Wilson2007-10-181-11/+9
* Make PostScript output text selectableAdrian Johnson2007-10-141-0/+159
* [cairo-scaled-font-subsets] Increment the sub_font counter after insertion.Chris Wilson2007-10-051-9/+15
* [cairo-scaled-font-subset] Propagate errors during collection.Chris Wilson2007-10-051-4/+16
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-11/+9
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-5/+13
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-2/+2
* [cairo-scaled-font-subsets] Shortcut empty subset.Chris Wilson2007-05-251-0/+4
* [cairo-scaled-font-subsets] Destroy the glyph if we fail to cache it.Chris Wilson2007-05-161-1/+3
* [cairo-scaled-font-subsets] Destroy the parent and subfont on error.Chris Wilson2007-05-161-4/+12
* [cairo-scaled-font-subsets] Correctly destroy the hash table.Chris Wilson2007-05-161-1/+1
* [cairo-scaled-font] Check for allocation failure.Chris Wilson2007-05-101-0/+2
* Ensure _cairo_scaled_font_subsets_map_glyph() returns correct valuesAdrian Johnson2007-04-211-34/+21
* Exclude Type1 fonts from CID subsetsAdrian Johnson2007-04-201-12/+24
* Add support for creating CID/composite font subsetsAdrian Johnson2007-04-201-36/+91
* PDF: Use the TJ operator to show glyphsAdrian Johnson2007-03-231-20/+63
* Subsetting: Add check for malloc() errorAdrian Johnson2007-02-231-4/+5
* PDF/PS: Don't embed multiple copies of the same fontAdrian Johnson2007-02-211-40/+195
* PDF: Make text selection and extraction workAdrian Johnson2007-02-071-2/+13