freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Transforming glyph : use of API


From: Werner LEMBERG
Subject: Re: [Freetype] Transforming glyph : use of API
Date: Sun, 08 Feb 2004 23:36:50 +0100 (CET)

> So, to perform this I use the method :
> - FT_Load_Glyph (face, nglyph, FT_LOAD_DEFAULT);
> - FT_Get_Glyph( face->glyph,  &glyph );
> - FT_Glyph_Transform(glyph,&trans,&vect);
> At that point no error is raised at that point...
> Then calling :
> - FT_Glyph_To_Bitmap( &glyph, FT_RENDER_MODE_NORMAL, 0, 1 ); return me
> an error code -1...
> Why ? Is this a bad use of the api ?

A bug in FreeType.  Please get 2.1.7 or a current development shapshot.


    Werner



reply via email to

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