destroy source glyph in FT_Glyph_Stroke
This commit is contained in:
parent
7e0e117352
commit
ccf9f841da
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ struct text_renderer : private boost::noncopyable
|
|||
if (!error)
|
||||
{
|
||||
FT_Glyph_Transform(g,0,&start);
|
||||
FT_Glyph_Stroke(&g,stroker_.get(),0);
|
||||
FT_Glyph_Stroke(&g,stroker_.get(),1);
|
||||
error = FT_Glyph_To_Bitmap( &g,FT_RENDER_MODE_NORMAL,0,1);
|
||||
if ( ! error )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue