Re: [ft-devel] wrong glyph image of Calibri.ttf

2012-06-11 Thread Werner LEMBERG
> I create face with Calibri.ttf(this file on windows system fonts > dir), [...] AFAIK, this font needs ClearType handling of the bytecode for good display. This is not implemented yet (but should be available as soon as the Infinality patches are integrated). I would be very interested in the

Re: [ft-devel] wrong glyph image of Calibri.ttf

2012-06-11 Thread suzuki toshiya
Could you post some program and its result? If I check the output by ftview, with 9 pt at 96 dpi, it's difficult to find a significant problem quickly. Regards, mpsuzuki yu ze hua wrote: > I create face with Calibri.ttf(this file on windows system fonts dir), and > /* use 9pt at 96dpi */ > FT

[ft-devel] wrong glyph image of Calibri.ttf

2012-06-10 Thread yu ze hua
I create face with Calibri.ttf(this file on windows system fonts dir), and /* use 9pt at 96dpi */ FT_Set_Char_Size( face, 9 * 64, 0, 96, 0 );/* set character size */ load a character: /* load glyph image into the slot (erase previous one) */ F