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