摘要: private bool isFontRebuilt = false; private Font dirtyFont = null; public void Awake () { Font.textureRebuilt += delegate (Font font1) { isFontRebuilt = true; ... 阅读全文