方法

PangoContextchanged

自:1.32.4

声明 [源代码位置]

void
pango_context_changed (
  PangoContext* context
)

描述 [源代码位置]

强制上下文中发生更改,这将导致使用此上下文的任何 PangoLayout 重新布局。

此函数仅在实现 Pango 的新后端时有用,应用程序不会这样做。后端应在将额外数据附加到上下文并且此类数据已更改时调用此函数。

自:1.32.4