PangoAttrShape

PangoAttrShape: @attr: the common portion of the attribute @ink_rect: the ink rectangle to restrict to @logical_rect: the logical rectangle to restrict to @data: user data set (see pango_attr_shape_new_with_data()) @copy_func: copy function for the user data @destroy_func: destroy function for the user data

The #PangoAttrShape structure is used to represent attributes which impose shape restrictions.

extern (C)
struct PangoAttrShape {
PangoAttribute attr;
PangoRectangle ink_rect;
PangoRectangle logical_rect;
gpointer data;
PangoAttrDataCopyFunc copy_func;
GDestroyNotify destroy_func;
}

Meta