예제 #1
0
 public void ClearCache()
 {
     if (font == null)
     {
         font = FontPool.Instance[Name];
     }
     font.ClearCache();
 }