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

com.sun.webkit.graphics.WCFontCustomPlatformData Maven / Gradle / Ivy

/*
 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
 */
package com.sun.webkit.graphics;

public abstract class WCFontCustomPlatformData {
    protected abstract WCFont createFont(int size, boolean bold,
                                         boolean italic);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy