summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-font.c
Commit message (Expand)AuthorAgeFilesLines
* Add new cairo_user_scaled_font_get_foreground_source() functionAdrian Johnson2023-01-261-1/+1
* [quartz] Adjust x_extents metric.John Ralls2022-04-251-1/+6
* [quartz] Implement color font support.John Ralls2022-04-251-10/+51
* [quartz] Convert font handling from CGFont to CTFont.John Ralls2022-04-241-142/+159
* Reimplement cairo-quartz-font with Core Text.John Ralls2022-04-241-38/+58
* [quartz] Require at least Mac OS X 10.7 LionJohn Ralls2022-04-241-156/+33
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-1/+2
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-3/+3
* quartz-font: Fix text-glyph-rangeAndrea Canciani2017-04-251-8/+8
* quartz-font: Correct handling of SMP Unicode charactersAndrea Canciani2017-04-251-4/+5
* quartz: Restore 10.4-specific font codeAndrea Canciani2017-01-181-4/+22
* Fix broken canvas text font size in InkscapeBryce Harrington2015-04-241-1/+1
* quartz: Remove call to obsolete CGFontGetGlyphPathAndrea Canciani2015-02-051-6/+4
* font: Push the last reference dec into the backend->destroy() callbackChris Wilson2013-09-171-1/+2
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+2
* doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani2012-03-291-2/+2
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-3/+3
* quartz: Fix the 32-bits build on MacOSX 10.7Andrea Canciani2011-10-011-8/+18
* quartz-font: Fix scaled font backend hooksAndrea Canciani2011-09-181-1/+0
* quartz: Fix compilationAndrea Canciani2011-09-021-0/+1
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-0/+3
* quartz-font: Remove unused variablesAndrea Canciani2011-03-181-12/+0
* quartz-font: Implement new load_truetype_table semanticsAndrea Canciani2010-11-231-13/+10
* quartz-font: Do not leak CFDataRef'sAndrea Canciani2010-11-011-0/+3
* quartz-font: Add truetype font table tags accessorAndrea Canciani2010-11-011-1/+38
* doc: Fix a syntax issue in quartz-font gtkdocBenjamin Otte2010-07-091-0/+1
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+17
* quartz-font: correct and explain matrix computationsAndrea Canciani2010-06-281-7/+6
* quartz-font: silence compiler warningsAndrea Canciani2010-06-281-54/+30
* quartz-font: Silence 0x0 CGContext warningAndrea Canciani2010-05-171-35/+42
* quartz-font: Conform context and antialias handling to quartz-surfaceAndrea Canciani2010-05-171-10/+28
* quartz: Work around bad glyph extents returned by CoreGraphics for empty glyp...Jonathan Kew2010-05-071-0/+10
* Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic2010-05-061-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+2
* [quartz] Use the implementation font-face not the associatedChris Wilson2009-08-101-4/+2
* Fix compilation on OS X when compiling for 64 bitJeff Muizelaar2009-06-111-1/+2
* [quartz] Delay allocation of string until after guard.Chris Wilson2009-01-021-2/+4
* Fix definition of _cairo_quartz_font_face_backendJeff Muizelaar2008-12-191-1/+0
* Fix compilation of quartz surface.Jeff Muizelaar2008-12-191-2/+4
* Clean up toy font face handlingBehdad Esfahbod2008-12-171-130/+78
* Map toy font face to implementation.Chris Wilson2008-10-221-11/+44
* Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...Behdad Esfahbod2008-08-271-3/+3
* [quartz] Protect against NULL from CGFontGetHMetricsPtrVladimir Vukicevic2008-07-091-0/+6
* Rename cairo_quartz_scaled_font_backend to _cairo_quartz_scaled_font_backendBehdad Esfahbod2008-06-221-2/+2
* Fix gtk-doc warningsBehdad Esfahbod2008-05-101-6/+6
* [quartz] Fix CGFont leaks when creating quartz fontsVladimir Vukicevic2008-04-271-1/+8
* [cgfont] typo fixVladimir Vukicevic2008-04-021-1/+1
* [cgfont] Implement missing scaled font metricsVladimir Vukicevic2008-04-021-3/+71
* Include cairoint.h first to satisfy the test suiteCarl Worth2008-04-011-2/+2