函数

PangoAttrFontDescnew

声明 [src]

PangoAttribute*
pango_attr_font_desc_new (
  const PangoFontDescription* desc
)

描述 [src]

创建一个新字体描述属性。

此属性允许同时设置家族、样式、粗细、变体、拉伸和大小。

参数

desc

类型: PangoFontDescription

字体描述。

数据由函数调用者拥有。

返回值

类型: PangoAttribute

新分配的PangoAttribute,需要使用pango_attribute_destroy()来释放。

函数的调用者将接管数据,并负责释放它。