# 接口:RenderTextOpts
# 属性
# backdrop
• 可选
backdrop: BackdropOptions
绘制标签背景的尺寸
# 定义于
types/index.d.ts:1459 (在新窗口中打开)
# color
• 可选
color: Color
文本的填充颜色。如果未设置,则不变更现有画布的fillStyle属性。
# 定义于
types/index.d.ts:1398 (在新窗口中打开)
# decorationWidth
• 可选
decorationWidth: number
删除线/下划线的宽度
默认值
2
# 定义于
types/index.d.ts:1404 (在新窗口中打开)
# maxWidth
• 可选
maxWidth: number
文本的最大宽度(像素)
# 定义于
types/index.d.ts:1409 (在新窗口中打开)
# rotation
• 可选
rotation: number
应用于画布的旋转。这是在应用平移后应用的
# 定义于
types/index.d.ts:1415 (在新窗口中打开)
# strikethrough
• 可选
strikethrough: boolean
将删除线效果应用于文本
# 定义于
types/index.d.ts:1420 (在新窗口中打开)
# strokeColor
• 可选
strokeColor: Color
文本描边的颜色。如果未设置,则不改变上下文现有的strokeStyle属性
# 定义于
types/index.d.ts:1426 (在新窗口打开)
# strokeWidth
• 可选
strokeWidth: number
文本描边宽度。如果未设置,则不改变上下文现有的lineWidth属性
# 定义于
types/index.d.ts:1432 (在新窗口打开)
# textAlign
• 可选
textAlign: CanvasTextAlign
使用的文本对齐方式。如果未设置,则不改变上下文现有的textAlign属性
# 定义于
types/index.d.ts:1438 (在新窗口打开)
# textBaseline
• 可选
textBaseline: CanvasTextBaseline
使用的文本基线。如果未设置,则不改变上下文现有的textBaseline属性
# 定义于
types/index.d.ts:1444 (在新窗口打开)
# translation
• 可选
translation: [number
, number
]
如果指定,则应用上下文的平移
# 定义于
types/index.d.ts:1449 (在新窗口打开)
# underline
• 可选
underline: boolean
下划线文本