[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msefreetype.pas line 164
type FT_Glyph_Metrics = record |
width: FT_Pos; |
height: FT_Pos; |
horiBearingX: FT_Pos; |
horiBearingY: FT_Pos; |
horiAdvance: FT_Pos; |
vertBearingX: FT_Pos; |
vertBearingY: FT_Pos; |
vertAdvance: FT_Pos; |
end; |