结构体
PangoAttrShape
说明 [src]
struct PangoAttrShape {
PangoAttribute attr;
PangoRectangle ink_rect;
PangoRectangle logical_rect;
gpointer data;
PangoAttrDataCopyFunc copy_func;
GDestroyNotify destroy_func;
}
PangoAttrShape 结构体用于表示施加形状限制的属性。
结构体成员
attr属性的公共部分。
ink_rect要限制到的墨迹矩形。
logical_rect要限制到的逻辑矩形。
data设置用户数据(请参见
pango_attr_shape_new_with_data())。copy_func用户数据的复制函数。
destroy_func用户数据的销毁函数。