参考 textLeading()

textLeading()

text() 被调用时,本函数用于设置文本内每行间的距离。

注意:间距的衡量单位是像素。

不带参数调用 textLeading() 将返回当前的间距。

示例

语法

textLeading(leading)
textLeading()

参数

leading
数字:

文本行之间的间距以像素为单位。

Notice any errors or typos? Please let us know. Please feel free to edit src/typography/attributes.js and open a pull request!

相关参考