[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msefreetype.pas line 230
type FT_Size_Metrics = record |
x_ppem: FT_UShort; |
y_ppem: FT_UShort; |
x_scale: FT_Fixed; |
y_scale: FT_Fixed; |
ascender: FT_Pos; |
descender: FT_Pos; |
height: FT_Pos; |
max_advance: FT_Pos; |
end; |