结构体

Gsk描边

自 4.14 起

描述 [源代码]

struct GskStroke {
  /* No available fields */
}

收集影响描边路径操作的参数。

自 4.14 起可用

构造函数

gsk_stroke_new

使用给定的 line_width 创建新的 GskStroke

自 4.14 起

函数

gsk_stroke_equal

检查两个描边是否相同。

自 4.14 起

实例方法

gsk_stroke_copy

创建 GskStroke 的副本。

自 4.14 起

gsk_stroke_free

释放 GskStroke

自 4.14 起

gsk_stroke_get_dash

获取正在使用的虚线数组。

自 4.14 起

gsk_stroke_get_dash_offset

获取虚线偏移。

自 4.14 起

gsk_stroke_get_line_cap

获取正在使用的线条端点。

自 4.14 起

gsk_stroke_get_line_join

获取正在使用的线条连接点。

自 4.14 起

gsk_stroke_get_line_width

获取正在使用的线条宽度。

自 4.14 起

gsk_stroke_get_miter_limit

获取斜接限制。

自 4.14 起

gsk_stroke_set_dash

设置要使用的虚线模式。

自 4.14 起

gsk_stroke_set_dash_offset

设置虚线模式中描边应开始的偏移量。

自 4.14 起

gsk_stroke_set_line_cap

描边时设置要使用的线条端点。

自 4.14 起

gsk_stroke_set_line_join

描边时设置要使用的线条连接点。

自 4.14 起

gsk_stroke_set_line_width

描边时设置要使用的线条宽度。

自 4.14 起

gsk_stroke_set_miter_limit

描边时设置要使用的斜接限制。

自 4.14 起

gsk_stroke_to_cairo

将 cairo 环境的描边参数从 GskStroke 设置为一个帮助函数。

自 4.14 起