setHeight method

TextStyle setHeight(
  1. int height
)

行打印设置无效

Implementation

TextStyle setHeight(int height) {
  textFormat.height = height;
  return this;
}