summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-19[ft] Substitute twin if there are no fontsChris Wilson1-1/+5
2009-06-07[ft] Support font_face->get_implementationChris Wilson1-66/+51
2009-06-07[ft] Assert that we create an unscaled font for the resolved patternChris Wilson1-0/+2
2009-06-03[ft] Don't call FT_Done_Face() on a face we do not ownChris Wilson1-1/+3
2009-05-30[ft] Fix vertical advance metrics of bitmap fonts (#21985)Behdad Esfahbod1-2/+2
2009-05-15[debug] Check image contents using memcheck.Chris Wilson1-0/+2
2009-05-15[ft] Resolve mutual referencing problems with zombie facesKarl Tomlinson1-8/+30
2009-05-15[ft] Restore the ability to lazily resolve patterns.Chris Wilson1-15/+17