On 07/12/2012 05:06 AM, Samiullah Khawaja wrote: > > // render glyph at dst_x + glyph_bitmap->left > renderGlyph(ft_glyph, dst_x + glyph_bitmap->left); You should also add glyphPos[count].x_offset here. And you seem to totally ignore vertical positioning. behdad