Source position: cupsdyn.pp line 567
type ppd_size_t = record
marked: LongInt;
name: array [0..(PPD_MAX_NAME)-1] of AnsiChar;
width: single;
length: single;
left: single;
bottom: single;
right: single;
top: single;
end;