Source position: fppapers.pas line 34
type TPaperSize = packed record
name: string;
w: Single;
h: Single;
end;