public void LoadFontFromZip() { var f = FIGfont.FromEmbeddedResource("small.zip", typeof(FontsRoot)); Assert.IsNotNull(f); // it doesn't fail and that's a good start }
private static FIGfont LoadSmallFIGfont() { return(FIGfont.FromEmbeddedResource("small.flf", typeof(FontsRoot))); }