public void TwoLineLayout() { var layout = font.LayoutText("This is a test of wrapped two line text.", 120); Assert.AreEqual(20, layout.Height); }