方法

PangoFontsetforeach

since: 1.4

声明 [源]

void
pango_fontset_foreach (
  PangoFontset* fontset,
  PangoFontsetForeachFunc func,
  gpointer data
)

描述 [源]

遍历集合中所有的字体,为每个字体调用 func

如果 func 返回 TRUE,将停止迭代。

可用自:1.4

参数

func

类型: PangoFontsetForeachFunc

回调函数。

data

类型: `gpointer`

传递到回调函数的数据。

该参数可以为 NULL
数据由方法调用者拥有。