Source position: fefontengine.pas line 217
type FE_BBox = record
xMin: FE_Pos;
yMin: FE_Pos;
xMax: FE_Pos;
yMax: FE_Pos;
end;