?? testread.java
字號:
package BitmapFont;import java.util.*;import java.awt.*;import java.awt.image.*;import java.io.*;import BitmapFont.*;public class TestRead { public static void main(String[] args) throws Exception { String fontfamily = args[0]; BitmapFontsFamily g = new BitmapFontsFamily(fontfamily); g.read(); // g.print(true); for(int i = 10; i<=64; i++) System.out.println(g.stringWidth("hello", i)); // g.print(false); }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -