IFont 字体操作 Font


静态函数 Static Function

静态函数 Static Function说明 Description 备注 Note
IFont.getWidth(txt,size)

计算指定文字在指定尺寸下的绘制宽度

txt(string) 要计算文字 text to calculate

size(Number) 文字大小 text size

返回值 Number 计算后尺寸 Return number(the size after calculated)

size为整数 size is int
IFont.getHeight(txt,size)

计算指定文字在指定尺寸下的绘制高度

txt(string) 要计算文字 text to calculate

size(Number) 文字大小 text size

返回值 Number 计算后尺寸 Return number(the size after calculated)

只能计算单行文字高度 Only the height of single line text can be calculated

size为整数 size is int