⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 utils.java

📁 一个手机小说查看系统,可以进行小说的下载、查阅等操作。
💻 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 + -