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

org.microemu.device.swt.SwtFont Maven / Gradle / Ivy

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

import org.eclipse.swt.graphics.Font;

public interface SwtFont extends org.microemu.device.impl.Font {
	
	Font getFont();

	void setAntialiasing(boolean antialiasing);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy