コード例 #1
0
 public virtual void GetRegistryNamesNoFontAsian()
 {
     // Without font-asian module in the class path
     // registry names collection is expected to be empty.
     NUnit.Framework.Assert.IsTrue(FontCache.GetRegistryNames().IsEmpty());
 }