freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] PCF: Issues with lazy copy in `ft_bitmap_glyph_init'


From: Werner LEMBERG
Subject: Re: [ft-devel] PCF: Issues with lazy copy in `ft_bitmap_glyph_init'
Date: Fri, 24 Aug 2018 06:59:57 +0200 (CEST)

> I'm still working on the bitmaps and just ran into an interesting
> access violation that happens with using the API exactly (?) as it
> is intended to:
> 
>   FT_Load_Glyph( face, index, load_flags );
> 
>   FT_Get_Glyph( face->glyph, &glyph );
>   FT_Done_Glyph( glyph );
> 
>   FT_Get_Glyph( face->glyph, &glyph ); // fails with an
>                                        // access violation

Looks like a bug.  Please provide a simple compilable example that I
can use for debugging.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]