Source position: pango-types.inc line 14
type TPangoRectangle = record
x: LongInt;
y: LongInt;
width: LongInt;
height: LongInt;
end;