summaryrefslogtreecommitdiff
path: root/src/cairo-ft-private.h
Commit message (Expand)AuthorAgeFilesLines
* Foreground color fixes for ft, svg, colrv1Adrian Johnson2023-01-271-2/+7
* cairo-ft: Pass the palette to the COLRv1 rendererMatthias Clasen2023-01-201-1/+2
* Require -DDEBUG_ENABLE_COLR_V1 to enable the COLR v1 rendererAdrian Johnson2023-01-081-1/+1
* Use cairo-ft-font.c decompose functionAdrian Johnson2023-01-081-0/+7
* Render COLRv1 to a recording surfaceAdrian Johnson2023-01-081-10/+6
* Integrate COLR v1 renderer with cairo-ft-font.cAdrian Johnson2023-01-081-0/+12
* Support SVG fonts in FT backendAdrian Johnson2022-12-281-0/+15
* headers: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-1/+1
* scaled-font: Make unscaled font utility functions staticAndrea Canciani2011-08-011-9/+0
* scaled-font: Remove _cairo_ft_scaled_font_get_unscaled_font()Andrea Canciani2011-08-011-3/+0
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Add CairoScript backend.Chris Wilson2008-11-131-0/+3
* Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod2008-06-231-2/+2
* [cairo-ft-font.c] Throw error on font type mismatch and remove unused functionBehdad Esfahbod2008-05-091-3/+0
* [cairo-ft] Remove unused private aliases.Chris Wilson2008-04-291-3/+0
* [cairo-ft-font] Add paranoid error checking to Fc* operations.Chris Wilson2007-10-161-1/+0
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-1/+0
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-0/+1
* slim_hidden_proto: Move smeicolon from definition to use for consistency and ...Carl Worth2006-09-051-3/+3
* Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth2006-09-051-2/+5
* Skip TrueType font output for PS/PDF until it handles vertical layout.Keith Packard2006-06-291-0/+3
* Add cairo_private to several function prototypes that were missing it.Carl Worth2005-08-091-2/+2
* Originally 2005-07-13 Carl Worth <cworth@cworth.org>Carl Worth2005-08-041-2/+4
* New predicates to allow checking for cairo_ft derivates of generic font type.Carl Worth2005-07-131-0/+6
* Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth2005-05-061-1/+1
* src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor2005-04-071-1/+1
* Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor2005-01-211-0/+63