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

org.microemu.device.j2se.J2SEFont Maven / Gradle / Ivy

The newest version!
package org.microemu.device.j2se;

import java.awt.Font;

public interface J2SEFont extends org.microemu.device.impl.Font {

	Font getFont();
	
	void setAntialiasing(boolean antialiasing);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy