net.kemitix.text.fit.TextFit Maven / Gradle / Ivy
The newest version!
package net.kemitix.text.fit;
public interface TextFit {
static WordWrapper wrapper() {
return new TextLineWrapImpl();
}
static BoxFitter fitter() {
return new BoxFitterImpl(wrapper());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy