![JAR search and dependency download from the Maven repository](/logo.png)
org.microemu.device.swt.SwtFont Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy