This is the transformed advance width for the glyph.
publicFT_Vectoradvance
return
FT_Vector
height public_oe property
height of the Glyph, in pixels. Represents the number of scanlines
publicintheight
return
int
left public_oe property
For Bitmap-generated fonts, this is the left-bearing expressed in integer pixels
publicintleft
return
int
linearHoriAdvance public_oe property
The advance width of the unhinted glyph. Its value is expressed in 16.16 fractional pixels, unless FT_LOAD_LINEAR_DESIGN is set when loading the glyph. This field can be important to perform correct WYSIWYG layout. Only relevant for outline glyphs.
publiclonglinearHoriAdvance
return
long
linearVertAdvance public_oe property
The advance height of the unhinted glyph. Its value is expressed in 16.16 fractional pixels, unless FT_LOAD_LINEAR_DESIGN is set when loading the glyph. This field can be important to perform correct WYSIWYG layout. Only relevant for outline glyphs.
publiclonglinearVertAdvance
return
long
lsb_delta public_oe property
The difference between hinted and unhinted left side bearing while autohinting is active. 0 otherwise.
publiclonglsb_delta
return
long
rsb_delta public_oe property
The difference between hinted and unhinted right side bearing while autohinting is active. 0 otherwise.
publiclongrsb_delta
return
long
top public_oe property
For Bitmap-generated fonts, this is the top-bearing expressed in integer pixels. This is the distance from the baseline to the topmost Glyph scanline, upwards Y being positive.