PangoAttrShape

The PangoAttrShape structure is used to represent attributes which impose shape restrictions. PangoAttribute attr; the common portion of the attribute PangoRectangle ink_rect; the ink rectangle to restrict to PangoRectangle logical_rect; the logical rectangle to restrict to gpointer data; user data set (see pango_attr_shape_new_with_data()) PangoAttrDataCopyFunc copy_func; copy function for the user data GDestroyNotify destroy_func; destroy function for the user data

Members

Variables

attr
PangoAttribute attr;
Undocumented in source.
copyFunc
PangoAttrDataCopyFunc copyFunc;
Undocumented in source.
data
void* data;
Undocumented in source.
destroyFunc
GDestroyNotify destroyFunc;
Undocumented in source.
inkRect
PangoRectangle inkRect;
Undocumented in source.
logicalRect
PangoRectangle logicalRect;
Undocumented in source.

Meta