new TextStyle()
文本样式包含的属性
成员
名称 | 说明 |
---|---|
(static) borderColor | 边框颜色 |
(static) borderOpacity | 边框透明度 |
(static) fillPrior | 是否填充优先 |
(static) fontBold | 是否粗体 |
(static) fontBorder | 是否具有边框 |
(static) fontItalic | 是否斜体 |
(static) fontName | 字体名称 |
(static) fontSize | 字体大小 |
(static) fontWeight | 字体的粗细程度 |
(static) letterSpacing | 字母之间的间距 |
(static) lineWidth | 线宽 |
(static) minFontSize | 最小显示的字体大小 |
(static) textAlign | 水平对齐方式 |
(static) textBaseline | 垂直对齐方式 |
(static) textDecoration | 是否下划线 |
(static) wordSpacing | 单词之间的间距 |