Draw text command

绘制文字命令

实现

构造函数

属性

x y ID

访问器

方法

构造函数

属性

x: number = 0

The x position of the start of the text (relative to the canvas).

开始绘制文本的 x 坐标位置(相对于画布)。

y: number = 0

The y position of the start of the text (relative to the canvas).

开始绘制文本的 y 坐标位置(相对于画布)。

ID: string = "FillText"

Identifier for the FillTextCmd

绘制文字命令的标识符

访问器

方法

  • 参数

    • text: string | WordText

      Text content

    • x: number

      X position

    • y: number

      Y position

    • font: string

      Font

    • color: string

      Text color

    • align: string

      Alignment

    • stroke: number

      Stroke width

    • strokeColor: string

      Stroke color

    返回 FillTextCmd

    FillTextCmd instance

    Create a FillTextCmd instance

    创建绘制文本的命令的实例