spring.turbo.module.misc.captcha.google.font.FontFactory Maven / Gradle / Ivy
package spring.turbo.module.misc.captcha.google.font;
import java.awt.*;
/**
* @since 1.0.0
*/
@FunctionalInterface
public interface FontFactory {
public Font getFont(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy