示例#1
0
 public virtual String GetRenderFont(FontSizeType type, String fValue)
 {
     return((FontSizeSettings.Any() && FontSizeSettings.Where(f => f.Value == fValue).Any()) ? FontSizeSettings.Where(f => f.Value == fValue).FirstOrDefault().GetRenderFont(type) : "");
 }
 private void Awake()
 {
     Instance = this;
 }