[cairo] Cairo Font Cache

Chris Wilson chris at chris-wilson.co.uk
Wed Oct 23 16:50:10 CEST 2013


On Wed, Oct 23, 2013 at 04:39:50PM +0200, Edward Zimmermann wrote:
>    Create a surface. Make a drawing context. Create a Freetype face, create a
>    Cairo face on the Freetype face..
>    set a matrix.. use in a context.. draw a glyph… destroy Cairo face,
>    FT_Done_Face on freetype face.. destroy
>    drawing context… destroy surface..

There's your bug, calling FT_Done_Face on a live font.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the cairo mailing list