public class FontUtils extends Object
clearDerivedFontCache() .| Constructor and Description |
|---|
FontUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearDerivedFontCache()
Clear cache whenever needed.
|
static Font |
getCachedDerivedFont(Font font,
int style,
int size)
Get derived font by font, style and size.
|
static int |
getDerivedFontCacheSize()
Gets the derived font cache size.
|
public static int getDerivedFontCacheSize()
public static void clearDerivedFontCache()
public static Font getCachedDerivedFont(Font font, int style, int size)
font - the original fontstyle - the font stylesize - the font sizeCopyright © 2017. All rights reserved.