Source position: fefontengine.pas line 212
type FE_Matrix = record
xx: FE_Fixed;
xy: FE_Fixed;
yx: FE_Fixed;
yy: FE_Fixed;
end;