This is the transformed advance width for the glyph.
publicFT_Vectoradvance
리턴
FT_Vector
height 공개적으로 프로퍼티
height of the Glyph, in pixels. Represents the number of scanlines
publicintheight
리턴
int
left 공개적으로 프로퍼티
For Bitmap-generated fonts, this is the left-bearing expressed in integer pixels
publicintleft
리턴
int
linearHoriAdvance 공개적으로 프로퍼티
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
리턴
long
linearVertAdvance 공개적으로 프로퍼티
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
리턴
long
lsb_delta 공개적으로 프로퍼티
The difference between hinted and unhinted left side bearing while autohinting is active. 0 otherwise.
publiclonglsb_delta
리턴
long
rsb_delta 공개적으로 프로퍼티
The difference between hinted and unhinted right side bearing while autohinting is active. 0 otherwise.
publiclongrsb_delta
리턴
long
top 공개적으로 프로퍼티
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.