setPosY method

TextStyle setPosY(
  1. int offset
)

行打印设置无效

Implementation

TextStyle setPosY(int offset) {
  textFormat.yOffset = offset;
  return this;
}