summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-21[ft] I meant fabs(), not abs()Behdad Esfahbod1-1/+1
2013-03-08[FT] Prefer downscaling bitmap glyphs to upscalingBehdad Esfahbod1-3/+12
2012-12-21[ft] Fix resizing of bitmap fontsBehdad Esfahbod1-32/+34
2012-12-21[ft] Remove ancient check for FT_Bitmap_Size.y_ppemBehdad Esfahbod1-10/+1
2012-10-21ft: Fix compilation on 1.12 without FT_Get_X11_Font_FormatGilles Espinasse1-6/+17
2012-08-20ft: Report FILE_NOT_FOUND if creating a font with a specified nonexistent fileChris Wilson1-1/+2
2012-08-19ft: Only use a specified font filename if its accessibleChris Wilson1-5/+13
2012-06-29ft: Indentation fixup for _get_bitmap_surface()Chris Wilson1-7/+7
2012-03-29doc: Add "since" tag to documentationAndrea Canciani1-0/+14
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-3/+3
2012-03-10doc/ft-font: add reference to cairo_ft_synthesize_tNis Martensen1-1/+3
2012-03-10doc: fix a few typos found by codespellNis Martensen1-1/+1
2012-03-10doc: Add colon to Returns statementNis Martensen1-1/+1
2012-03-10doc: add missing _face to function namesNis Martensen1-3/+3
2012-03-10doc: add missing colons to since tagsNis Martensen1-6/+6
2012-02-29ft: Export FreeType synthesis optionsChris Wilson1-22/+86
2012-02-29ft: Remove unused HINT_METRICS from ft_font.extra-flagsChris Wilson1-9/+6
2011-10-13ft: Add missing break to enable BGR subpixel renderingChris Wilson1-7/+8
2011-09-12ft: fix warningAdrian Johnson1-1/+1
2011-09-12Introduce a new compositor architectureChris Wilson1-1/+0
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson1-0/+3
2011-08-23[ft] MinorBehdad Esfahbod1-1/+1
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-08-01scaled-font: Make unscaled font utility functions staticAndrea Canciani1-3/+13
2011-08-01scaled-font: Remove _cairo_ft_scaled_font_get_unscaled_font()Andrea Canciani1-12/+0
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-4/+2
2011-07-22Check glyph_index range in _index_to_glyph_nameAdrian Johnson1-1/+3
2011-07-21Add support for subsetting bare CFF fontsAdrian Johnson1-1/+11
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-27/+25
2011-07-18type1-subset: Remove FT dependency part 5Adrian Johnson1-1/+61
2011-07-18type1-subset: Remove FT dependency part 1Adrian Johnson1-1/+60
2011-07-15pattern: Add observer hooksChris Wilson1-0/+1
2011-07-13ft-font: If the pattern is already resolved, use it immediatelyChris Wilson1-13/+23
2010-11-23Document load_truetype_table function and ensure ft-font and Win32-font are c...Adrian Johnson1-3/+12
2010-11-23Use fallback font for synthetic fontsAdrian Johnson1-1/+13
2010-08-10ft-font: Make alpha mapping consistentNicolaus L Hepler1-7/+0
2010-07-08doc: Move tmpl/ docs to inline docsBenjamin Otte1-0/+25
2010-06-28ft-font: fix typoAndrea Canciani1-1/+1
2010-06-28xlib: Compile without fontconfigChris Wilson1-4/+1
2010-06-17ft,fc,xlib: LCD filtering patch.Nicolaus L Helper1-189/+486
2010-05-03ft: Convert an assert into an unlikely error return.Chris Wilson1-3/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22ft: Tidy computation of transformed bitmap, and mark if CAChris Wilson1-20/+11
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2010-01-15Fix bug in _cairo_ft_index_to_ucs4Adrian Johnson1-1/+1
2009-10-21Support component-alpha.Chris Wilson1-5/+0
2009-08-29[ft] Improve error path handling.Chris Wilson1-6/+6
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-27/+26
2009-06-29[ft] Correct reference counting for implementation font faceChris Wilson1-2/+1
2009-06-27[ft] Cache the resolved font faceChris Wilson1-5/+34