Java javax.swing.plaf FontUIResource fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.plaf FontUIResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.plaf FontUIResource.

The text is from its open source code.

Constructor

FontUIResource(Font font)
Constructs a FontUIResource .
FontUIResource(String name, int style, int size)
Constructs a FontUIResource .

Method

FontderiveFont(float size)
Creates a new Font object by replicating the current Font object and applying a new size to it.
StringgetFamily()
Returns the family name of this Font .
StringgetFontName()
Returns the font face name of this Font .
StringgetName()
Returns the logical name of this Font .
intgetSize()
Returns the point size of this Font , rounded to an integer.
floatgetSize2D()
Returns the point size of this Font in float value.
intgetStyle()
Returns the style of this Font .