public class FontCheck extends Object
Modifier and Type | Field and Description |
---|---|
static Font |
DEFAULT_FONT |
static String |
DEFAULT_FONT_NAME |
static String[] |
fontSizes |
static String |
TMP_FONT_PREFIX |
Modifier and Type | Method and Description |
---|---|
static Font |
buildNewFont(String fileName,
StreamIO.InputStreamProvider isp,
String resourceName) |
static boolean |
checkFont(Font font) |
static boolean |
checkFontFamilyName(Object family) |
static Font |
checkSystemFont(String fontName,
String fontFileName) |
static String[] |
getFontList(boolean reload) |
static Font |
getValidFont(String family,
int style,
int size) |
static String |
getValidFontFamilyName(Object family) |
public static final String DEFAULT_FONT_NAME
public static final Font DEFAULT_FONT
public static final String TMP_FONT_PREFIX
public static final String[] fontSizes
Copyright © 2004-15 Francesc Busquets (fbusquets@xtec.cat) & Departament d'Educació de la Generalitat de Catalunya (info@xtec.cat)
Licensed under the terms of the GNU General Public License.