setPosX method

TextStyle setPosX(
  1. int offset
)

行打印中设置文本内容相对位置

Implementation

TextStyle setPosX(int offset) {
  textFormat.xOffset = offset;
  return this;
}