public virtual void IsWrappedObjectMustBeIndirectTest()
 {
     PdfFontUnitTest.TestFont font = new PdfFontUnitTest.TestFont();
     NUnit.Framework.Assert.IsTrue(font.IsWrappedObjectMustBeIndirect());
 }