freetype
[Top][All Lists]
Advanced

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

[ft] advance X value is less than width


From: samaram s
Subject: [ft] advance X value is less than width
Date: Fri, 22 Oct 2010 16:20:07 -0400

Hi,

I observed advance x value is less than width of the char for y,w,v(lower case).

Width i am calculating : Width as :(bbox.xMax - bbox.xMin)
                                    AdvanceX as: slot->advance.x>>6
For glyph v:
 Width = 0x09
AdvanceX = 0x08

For Glyph w:
 Width = 0x0d
 AdvanceX = 0x0c

For Glyph y:
Width = 0x07
AdvanceX = 0x08

Any guess? Am i doing anything wrong? For remaining all other glyphs it is coming correct.

Thanks,
Sandhya

reply via email to

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