public final class Fonts
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.awt.Font |
deriveFont(java.awt.Font originalFont,
int style,
float size)
Deprecated.
use Font.deriveFont
|
public static java.awt.Font deriveFont(java.awt.Font originalFont, int style, float size)
Now this method always calls Font.deriveFont().
It is now deprecated, use Font.deriveFont().
This is not used by JDev, it is left in as SQLDev has a usage of it.
originalFont
- style
- size
-