📄 utils.java
字号:
import javax.microedition.lcdui.Font;
public class Utils
{
public static final Font fontold = Font.getDefaultFont();
public static final Font fontsps = Font.getFont(Font.FACE_SYSTEM,Font.STYLE_PLAIN,Font.SIZE_SMALL);
public static final Font fontspm = Font.getFont(Font.FACE_SYSTEM,Font.STYLE_PLAIN,Font.SIZE_MEDIUM);
public static final Font fontspl = Font.getFont(Font.FACE_SYSTEM,Font.STYLE_PLAIN,Font.SIZE_LARGE);
public static final int fontoldh = fontold.getHeight();
public static final int fontspsh = fontsps.getHeight();
public static final int fontspmh = fontspm.getHeight();
public static final int fontsplh = fontspl.getHeight();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -