函数

GLibunichar_break_type

声明 [源代码]

GUnicodeBreakType
g_unichar_break_type (
  gunichar c
)

说明 [源代码]

确定 c 的中断类型。c 应为 Unicode 字符(要从 UTF-8 编码文本派生字符,请使用 g_utf8_get_char())。中断类型用于查找单词和行中断(“文本边界”),Pango 实现了 Unicode 边界解析算法,通常您会使用诸如 pango_break() 之类的函数,而不必亲自考虑中断类型。

参数

c

类型: gunichar

一个 Unicode 字符。

返回值

类型: GUnicodeBreakType

c 的中断类型。