summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-23Provide backwards compatibilty with old pixmanChris Wilson1-2/+4
2013-08-04[ft] Ensure alignment of bitmaps received from FreeTypeBehdad Esfahbod1-0/+9
2013-08-04[ft] Fix alignmentBehdad Esfahbod1-6/+3
2013-07-29[ft] Add missing includeBehdad Esfahbod1-0/+1
2013-07-29[ft] Fix mathBehdad Esfahbod1-7/+2
2013-07-29Support 2bit and 4bit embedded bitmapsBehdad Esfahbod1-1/+51
2013-07-05Towards support loading color glyphs from FreeTypeBehdad Esfahbod1-3/+38
2013-07-05[ft] Fix wrong assumptionsBehdad Esfahbod1-7/+3
2013-07-05[ft] Fix memory bug in copying bitmapsBehdad Esfahbod1-3/+1
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