Exemplo n.º 1
0
        public void MakeFileFaceWithSegCache_UsingPadaukFont_NonNullFaceIsReturned()
        {
            IntPtr gr_face = Graphite2Api.MakeFileFaceWithSegCache(PaduakFontLocation, 100, 0);

            Assert.AreNotEqual(IntPtr.Zero, gr_face);

            Graphite2Api.FaceDestroy(gr_face);
        }