Source position: fefontengine.pas line 223
type FE_KerningInfo = record
kerning_x: FE_FWord;
kerning_y: FE_FWord;
minimum_x: FE_FWord;
minimum_y: FE_FWord;
found: Boolean;
end;