Re: [ft-devel] Problems in GF_Glyph_Load function.

2018-07-08 Thread Parth Wazurkar
> > > I found the buglet, it was in `gf_free_font' function. Now, it is > > properly allocating the `bitmap' and glyph metrics, > > Good! > > > but `ftexample' is not showing the image of the glyph. I am not > > able to figure out why is it not showing an image. Can you point > > out some

Re: [ft-devel] Problems in GF_Glyph_Load function.

2018-07-08 Thread Werner LEMBERG
> I found the buglet, it was in `gf_free_font' function. Now, it is > properly allocating the `bitmap' and glyph metrics, Good! > but `ftexample' is not showing the image of the glyph. I am not > able to figure out why is it not showing an image. Can you point > out some possible error?

Re: [ft-devel] Problems in GF_Glyph_Load function.

2018-07-07 Thread Parth Wazurkar
> > >> > While debugging through the `GF_Glyph_Load' function in >> >> > `gfdrivr.c', I found out that the typecasting of `FT_Face' into >> >> > `GF_Face' is not working properly. In, `GF_Face gf = >> >> > (GF_Face)FT_SIZE_FACE( size );', when I extract the `gf_glyph' >> >> > element from `gf',

Re: [ft-devel] Problems in GF_Glyph_Load function.

2018-07-07 Thread Parth Wazurkar
> > >> > While debugging through the `GF_Glyph_Load' function in > >> > `gfdrivr.c', I found out that the typecasting of `FT_Face' into > >> > `GF_Face' is not working properly. In, `GF_Face gf = > >> > (GF_Face)FT_SIZE_FACE( size );', when I extract the `gf_glyph' > >> > element from `gf', it is

Re: [ft-devel] Problems in GF_Glyph_Load function.

2018-07-06 Thread Parth Wazurkar
> > > While debugging through the `GF_Glyph_Load' function in `gfdrivr.c', > > I found out that the typecasting of `FT_Face' into `GF_Face' is not > > working properly. In, `GF_Face gf = (GF_Face)FT_SIZE_FACE( size > > );', when I extract the `gf_glyph' element from `gf', it is unable > > to

Re: [ft-devel] Problems in GF_Glyph_Load function.

2018-07-06 Thread Werner LEMBERG
> While debugging through the `GF_Glyph_Load' function in `gfdrivr.c', > I found out that the typecasting of `FT_Face' into `GF_Face' is not > working properly. In, `GF_Face gf = (GF_Face)FT_SIZE_FACE( size > );', when I extract the `gf_glyph' element from `gf', it is unable > to return the