Source position: msefreetype.pas line 144
type FT_Matrix = record
xx: FT_Fixed;
xy: FT_Fixed;
yx: FT_Fixed;
yy: FT_Fixed;
end;