setRotate method

TextStyle setRotate(
  1. Rotate rotate
)

行打印设置无效

Implementation

TextStyle setRotate(Rotate rotate) {
  textFormat.rotate = rotate.index;
  return this;
}