Source position: sdl_gfx.pas line 379
function stringRGBA(
dst: PSDL_Surface;
x: SInt16;
y: SInt16;
const c: PChar;
r: UInt8;
g: UInt8;
b: UInt8;
a: UInt8
):Integer;