函数
Pangoattr_overline_new
自:1.46
声明 [src]
PangoAttribute*
pango_attr_overline_new (
PangoOverline overline
)
参数
overline
-
类型:
PangoOverline
上划线样式。
返回值
类型: PangoAttribute
新分配的 PangoAttribute
,该属性应当使用 pango_attribute_destroy()
释放。
函数的调用者拥有这些数据的权限,并负责释放这些数据。 |