浏览代码

Remove releaseParagraph.

/main
Yuncong Zhang 5 年前
当前提交
a46c2e24
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 5
      Runtime/painting/text_painter.cs

5
Runtime/painting/text_painter.cs


this._ellipsis = ellipsis;
}
public void releaseParagraph() {
Paragraph.release(ref this._paragraph);
}
public float textScaleFactor {
get { return this._textScaleFactor; }
set {

正在加载...
取消
保存