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

org.webswing.toolkit.WebFontPeer Maven / Gradle / Ivy

There is a newer version: 20.2.4
Show newest version
package org.webswing.toolkit;

import sun.awt.PlatformFont;

@SuppressWarnings("restriction")
public class WebFontPeer extends PlatformFont {

    public WebFontPeer(String paramString, int paramInt) {
        super(paramString, paramInt);
    }

    protected char getMissingGlyphCharacter() {
        return 0;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy