public void ClearCache() { if (font == null) { font = FontPool.Instance[Name]; } font.ClearCache(); }