/// <summary>
 /// Dumps the font caches to a string.
 /// </summary>
 public static string GetFontCachesState()
 {
     return(FontFactory.GetFontCachesState());
 }
示例#2
0
 /// <summary>
 /// Dumps the font caches to a string.
 /// </summary>
 public static string GetFontCachesState() => FontFactory.GetFontCachesState();