虚拟方法

PangoFontFamilyget_face

自 1.46 版本以来

声明 [来源]

PangoFontFace*
get_face (
  PangoFontFamily* family,
  const char* name
)

描述 [来源]

获取具有给定名称的 familyPangoFontFace 面值。

自 1.46 版本以来可用

参数

name

类型: const char*

面的名称。如果名称为 NULL,则返回字族默认的面值(fontconfig 称其为“Regular”)。

该参数可以是 NULL
数据由方法调用者拥有。
该值是空终止的 UTF-8 字符串。

返回值

类型: PangoFontFace

返回 PangoFontFace,如果不存在具有给定名称的面值则返回 NULL

返回的数据由实例拥有。
返回值可以是 NULL