public class FontUtils extends Object
| Constructor and Description |
|---|
FontUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Font |
deriveFont(Font _font,
boolean bold,
boolean italic,
boolean underline,
boolean strike) |
static String |
formatFont(Font font) |
static Font |
parseFont(String font) |
static int |
parseFontFlags(String font)
Parse a font from the syntax.properties file.
|
public static int parseFontFlags(String font)
font - The font stringCopyright © 2022 vpc open source initiative. All rights reserved.