コード例 #1
0
 public void Reset()
 {
     Panel.WritePublicText("");
     Panel.ShowPublicTextOnScreen();
     FontSize    = Panel.GetValue <float>("FontSize");
     ScaledWidth = BaseWidth / FontSize;
 }