Package net.kemitix.text.fit
Interface BoxFitter
-
public interface BoxFitter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intfit(String text, Function<Integer,Font> fontFactory, Graphics2D graphics2D, Rectangle2D box)
-
-
-
Method Detail
-
fit
int fit(String text, Function<Integer,Font> fontFactory, Graphics2D graphics2D, Rectangle2D box)
-
-