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