number wx.getTextLineHeight(Object object)

获取一行文本的行高

参数

Object object

属性类型默认值必填说明
fontStylestringnormal字体样式
fontWeightstringnormal字重
fontSizenumber16字号
fontFamilystring字体名称
textstring文本的内容
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

object.fontStyle 的合法值

说明最低版本
normal正常
italic斜体

object.fontWeight 的合法值

说明最低版本
normal正常
bold粗体

返回值

number

文本的行高