文本 | Text

渲染文本。

关键属性

content:string

文本内容。

const text = new Text({
  fill: 'rgb(50,205,121)',
  content: 'Welcome to LeaferJS',
})

继承属性

文本样式 Text

图层属性 Layer

布局属性 Layout

填充样式 Fill

描边样式 Stroke

特效样式 Effect

继承

UI > Leaf