| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: ttobjs.pas line 346
type TIns_Metrics = record |
pointsize: TT_F26Dot6; |
x_resolution: Int; |
y_resolution: Int; |
x_ppem: Int; |
y_ppem: Int; |
x_scale1: Long; |
x_scale2: Long; |
y_scale1: Long; |
y_scale2: Long; |
x_ratio: Long; |
y_ratio: Long; |
scale1: Long; |
scale2: Long; |
ppem: Int; |
ratio: Long; |
compensations: array [0..3] of TT_F26Dot6; |
rotated: Boolean; |
stretched: Boolean; |
end; |
| lazarus-ccr.sourceforge.net |