All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.atomtool.captcha.font.FontFactory Maven / Gradle / Ivy

The newest version!
package cn.atomtool.captcha.font;

import java.awt.*;

public interface FontFactory {
	Font getFont(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy