[pango.attribute.Attribute], which should be freed with [pango.attribute.Attribute.destroy]
AttrShape.new_
pango.attribute.Attribute new_(pango.types.Rectangle inkRect, pango.types.Rectangle logicalRect)Create a new shape attribute.
A shape is used to impose a particular ink and logical rectangle on the result of shaping a particular glyph. This might be used, for instance, for embedding a picture or a widget inside a [pango.layout.Layout].
Parameters
inkRect | ink rectangle to assign to each character |
logicalRect | logical rectangle to assign to each character |
Returns
the newly allocated