Function
PangoAttrShapenew
Declaration
PangoAttribute*
pango_attr_shape_new (
const PangoRectangle* ink_rect,
const PangoRectangle* logical_rect
)
Parameters
ink_rect
-
Type:
PangoRectangle
No description available.
The data is owned by the caller of the function. logical_rect
-
Type:
PangoRectangle
No description available.
The data is owned by the caller of the function.
Return value
Type: PangoAttribute
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |