pangoAttrShapeNew {RGtk2} | R Documentation |
Create a new shape attribute. A shape is used to impose a particular ink and logical rect on the result of shaping a particular glyph. This might be used, for instance, for embedding a picture or a widget inside a PangoLayout.
pangoAttrShapeNew(ink.rect, logical.rect)
|
[PangoRectangle ] ink rectangle to assign to each character |
|
[PangoRectangle ] logical rectangle assign to each character |
[PangoAttribute
] the newly created attribute
Derived by RGtkGen from GTK+ documentation