summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Fix bug in _cairo_ft_index_to_ucs4Adrian Johnson1-1/+1
2009-06-06[ft] Don't call FT_Done_Face() on a face we do not ownChris Wilson1-1/+2
2009-06-03[ft] Resolve mutual referencing problems with zombie facesKarl Tomlinson1-8/+30
2009-06-03[ft] Fix vertical advance metrics of bitmap fonts (#21985)Behdad Esfahbod1-2/+2
2008-12-17[ft] Don't call FT_Done_Face() on faces we did not createKarl Tomlinson1-1/+1
2008-10-22Map toy font face to implementation.Chris Wilson1-0/+2
2008-10-17[ft] Add more comments about FT_Face lifetime issues.Chris Wilson1-3/+7
2008-09-25Remove all lcd_filter code.Carl Worth1-483/+189
2008-09-01Check that lvalue of BITSWAP8() is a uint8_t.Chris Wilson1-1/+1
2008-08-27Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...Behdad Esfahbod1-1/+1
2008-08-18Tone down commentBehdad Esfahbod1-1/+1
2008-08-18[cairo-ft] Add useless cairo_warn decoratorBehdad Esfahbod1-1/+1
2008-08-17[ft-font] Dead store elimination.Chris Wilson1-2/+1
2008-08-06Fix Ubuntu-specific issue with FC_LCD_NONE et alBehdad Esfahbod1-0/+3
2008-08-05Finish off lcd-filter mergeBehdad Esfahbod1-16/+32
2008-08-05[cairo-ft] Interaction with Fontconfig to deal with the LCD filter typeSylvain Pasche1-1/+71
2008-08-05[cairo-ft] Fontconfig defines for LCD constants when using Fontconfig < 2.6Sylvain Pasche1-0/+9
2008-08-05[cairo-ft] LCD filtering patch coding style correctionsSylvain Pasche1-256/+237
2008-08-05[cairo-ft] LCD filtering patch from David TurnerSylvain Pasche1-188/+404
2008-07-25[cairo-ft] Use FcFreeTypeCharIndex instead of FT_Get_Char_IndexBehdad Esfahbod1-1/+5
2008-06-29Remove unused map_glyphs_to_unicode functionsAdrian Johnson1-35/+0
2008-06-29Add index_to_ucs4 font backend function and FT implementationAdrian Johnson1-0/+31
2008-06-19Rename cairo_* global vars to _cairo_*Behdad Esfahbod1-4/+4
2008-06-10[cairo-ft-font] Make font face caching work againBehdad Esfahbod1-12/+18
2008-06-10[cairo-ft-font] Fix thinko in _cairo_ft_unscaled_font_keys_equal()Behdad Esfahbod1-2/+2
2008-06-05[cairo-ft] Respect FC_FT_FACE element of patternBehdad Esfahbod1-45/+72
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-0/+1
2008-05-28Remove some bogus XXX marksBehdad Esfahbod1-1/+1
2008-05-09[cairo-ft-font.c] Throw error on font type mismatch and remove unused functionBehdad Esfahbod1-6/+10
2008-04-29[cairo-ft] Add a demonstration of how to handle the lifetime of the FT_Face.Chris Wilson1-0/+16
2008-04-29[cairo-ft-font] Fixup doc reference to cairo_ft_font_face_create_for_ft_face()Chris Wilson1-1/+1
2008-04-29[cairo-ft] Correct the function references in the docs.Chris Wilson1-6/+6
2008-04-29[cairo-ft] Remove unused private aliases.Chris Wilson1-2/+2
2008-03-12Define _BSD_SOURCE to enable prototypes for strdup, snprintf.Chris Wilson1-0/+1
2008-03-04[cairo-ft-font] Simplify return of the nil font face during construction.Chris Wilson1-9/+3
2008-02-20[cairo-ft] Handle font sizes smaller than 1px correctlyBehdad Esfahbod1-14/+22
2008-02-15[cairo-ft-font] Propagate error detected during determination of scale factors.Chris Wilson1-3/+5
2008-02-15[cairo-font-options] Disallow use of NULL font-options.Chris Wilson1-5/+3
2008-02-15[cairo-ft-font] Tidy usage of cairo_error().Chris Wilson1-4/+3
2008-01-29wAdd proper error propagation to _cairo_matrix_compute_scale_factorsCarl Worth1-6/+14
2008-01-28[doc] Stricter syntax check for type names, update testBehdad Esfahbod1-2/+2
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-6/+6
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-3/+3
2008-01-25[cairo-ft] Disable embedded bitmaps if hinting style NONE is requestedBehdad Esfahbod1-3/+8
2008-01-25[cairo-ft] Fix font metrics computation for bitmap fonts and no metrics-hintingBehdad Esfahbod1-1/+6
2008-01-19[cairo-ft] Fix typo in commentPeter Weilbacher1-1/+1
2008-01-19[cairo-ft] Add FC_PIXEL_SIZE as double, not intPeter Weilbacher1-1/+1
2008-01-17[cairo-font-options] Treat NULL as a default cairo_font_options_tChris Wilson1-6/+10