summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-09Rename all the cairo_current functions to cairo_get functions instead. Add do...Carl Worth1-4/+4
2005-03-03Pass mask to composite operation as patternDavid Reveman1-1/+6
2005-02-05Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)Owen Taylor1-2/+0
2005-02-03Fix missing cairo_ft_font_unlock_face().Owen Taylor1-26/+38
2005-02-01Pretend we support compositing of solid color or gradient patterns to prevent...Kristian Høgsberg1-1/+1
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-36/+5
2005-01-27src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...Owen Taylor1-0/+107
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-7/+12
2005-01-26Fix access to uninitialized dataAlexander Larsson1-1/+3
2005-01-25Fixed rounding of glyph positioning.Carl Worth1-3/+3
2005-01-23Protect switch on hintstyle with #ifdef FC_HINT_STYLE.Dave Beckett1-4/+4
2005-01-21Make dependence on FC_HINT_STYLE conditional. (reported by Abraham Egnor)Owen Taylor1-0/+12
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-420/+627
2005-01-20Track various renamings.Carl Worth1-0/+2
2005-01-19Fix int* vs. size_t* confusion, (currently in favor of int* but only because ...Carl Worth1-2/+2
2005-01-13Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cair...Carl Worth1-3/+3
2005-01-11Fix math library detection to use autotools helperKeith Packard1-21/+105
2004-12-21With thanks to Kristian Høgsberg <krh@bitplanet.net>:Carl Worth1-2/+1
2004-11-12Move declarations above statements to satisfy pre-C99 compilers. Thanks to Mi...Carl Worth1-4/+3
2004-11-05Change the signs of a variety of metrics, which were backwards.Graydon Hoare1-11/+23
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-358/+607
2004-05-24Added glyph cachingDavid Reveman1-77/+171
2004-05-07Bail on NULL utf8 string.Carl Worth1-1/+1
2004-04-06Added new pattern APIDavid Reveman1-6/+15
2004-03-30Add -lz.Carl Worth1-1/+1
2004-02-26Add Jordi and Olvier to the AUTHORS file.Carl Worth1-1/+1
2004-02-12Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth1-19/+37
2003-12-16Bump version to 0.1.17 for new functions: cairo_text_extents, cairo_glyph_ext...Carl Worth1-10/+99
2003-12-16A couple of changes missed in the last batch of commits (reordering so that p...Carl Worth1-6/+6
2003-12-16Change cairo_font_backend_t to use a void * for the abstract font. Put create...Carl Worth1-73/+75
2003-12-15Rename cairo_text_exextents_t fields: left_side_bearing -> x_bearing ascent -...Carl Worth1-8/+8
2003-12-15Need to divide out the scale factor to return user-space extents. (_cairo_gst...Carl Worth1-19/+79
2003-12-15Move this function from cairo_ft_font.c (_get_scale_factors).Carl Worth1-16/+2
2003-12-15Fix minor errors in fixed/floating-point conversion.Carl Worth1-6/+4
2003-12-15font->show_glyphs no longer accepts an offset point.Carl Worth1-20/+20
2003-12-12Add comment about building in a font.Carl Worth1-0/+3
2003-12-11cairo_select_font: _cairo_font_create: _cairo_gstate_select_font: cairo_ft_fo...Andrew Chant1-1/+1
2003-10-31Moved all libic-related drawing into cairo_image_surface.cCarl Worth1-46/+51
2003-10-30A set of changes to eliminate the static FT_Library field, (which could intro...Carl Worth1-27/+35
2003-10-30A few cleanups to eliminate a memory leak.Carl Worth1-2/+2
2003-10-27Default to normal slant/weight on out-of-range values. Add missing include of...Carl Worth1-6/+9
2003-10-24A HORRIBLE KLUDGE to repad glyph images from freetype to meet libic requireme...Keith Packard1-2/+36
2003-10-24Fixes to eliminate a few compiler warnings. Bump version to 0.1.8 for recent ...Carl Worth1-14/+7
2003-10-23missing file from commitGraydon Hoare1-0/+574