Source position: fefontengine.pas line 289
type FE_Raster_Map = record
Rows: FE_Int;
Cols: FE_Int;
Width: FE_Int;
Flow: FE_Int;
Buffer: pointer;
Size: LongInt;
end;