PangoAttrShape

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

Members

Variables

attr
PangoAttribute attr;

the common portion of the attribute

copyFunc
PangoAttrDataCopyFunc copyFunc;

copy function for the user data

data
void* data;

user data set (see pango_attr_shape_new_with_data())

destroyFunc
GDestroyNotify destroyFunc;

destroy function for the user data

inkRect
PangoRectangle inkRect;

the ink rectangle to restrict to

logicalRect
PangoRectangle logicalRect;

the logical rectangle to restrict to