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

Re: [ft-devel] Theme designs for the FreeType Website

2018-07-06 Thread Werner LEMBERG
>> I think this is a bit too large – it should be possible to have >> approx. 80 characters per line, as most code snippets have. > > Tweaked it a little bit. Fits 80 characters comfortably now. Size is fine now, thanks! Maybe we can use a nice web font for code snippets also? Courier is soo

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] Theme designs for the FreeType Website

2018-07-06 Thread Nikhil Ramakrishnan
> I think this is a bit too large – it should be possible to have > approx. 80 characters per line, as most code snippets have. > Tweaked it a little bit. Fits 80 characters comfortably now. -- Nikhil ___ Freetype-devel mailing list

[ft-devel] Problems in GF_Glyph_Load function.

2018-07-06 Thread Parth Wazurkar
Hi all, 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 glyph