Source position: gd.pas line 314
type gdFont = record
nchars: cint;
offset: cint;
w: cint;
h: cint;
data: PAnsiChar;
end;