# Interface: GetTextLineHeightParams

GetTextLineHeightParams()

# Properties

# fontFamily

fontFamily: string

字体名称

Returns: string


# Optional fontSize

fontSize? : number

字号

default 16

Returns: number


# Optional fontStyle

fontStyle? : "normal" | "italic"

字体样式

default 'normal'

Returns: "normal" | "italic"


# Optional fontWeight

fontWeight? : "normal" | "bold"

字重

default 'normal'

Returns: "normal" | "bold"


# text

text: string

文本的内容

Returns: string