Source position: libfreetype.inc line 154
type FT_Matrix = record
xx: FT_Fixed;
xy: FT_Fixed;
yx: FT_Fixed;
yy: FT_Fixed;
end;