public class FontUtil
extends java.lang.Object
FontUtil.StandardFont fontu = FontUtil.getStandardFont( 20); g2.setFont( fontu.getFont());
Modifier and Type | Class and Description |
---|---|
static class |
FontUtil.StandardFont |
Constructor and Description |
---|
FontUtil() |
Modifier and Type | Method and Description |
---|---|
static FontUtil.StandardFont |
getMonoFont(int pixel_height) |
static FontUtil.StandardFont |
getStandardFont(int pixel_height) |
public static FontUtil.StandardFont getStandardFont(int pixel_height)
public static FontUtil.StandardFont getMonoFont(int pixel_height)