CSPspEmu.Core.Tests.Hle.Formats.Font.PGFTest.TestMethod1 C# (CSharp) Method

TestMethod1() private method

private TestMethod1 ( ) : void
return void
        public void TestMethod1()
        {
            var PGF = new PGF().Load("../../../TestInput/ltn0.pgf");
            var Bitmap = PGF.GetGlyph('H').Face.GetBitmap();
            Bitmap.Save("../../../TestOutput/test.png");
        }