sbool canFontDisplay(Font font, S text) { for (S line : linesIterator(text)) if (font.canDisplayUpTo(line) >= 0) false; true; }