📄 fonts.java
字号:
package net.sourceforge.ganttproject.font;import java.awt.Font;import javax.swing.JFrame;/** * * @author bbaranne * */public class Fonts { public static final Font TOP_UNIT_FONT = new Font("SansSerif", Font.PLAIN, 13); public static final Font PREVIEW_BAR_FONT = new Font("SansSerif", Font.PLAIN, 10); public static final Font GP_VERSION_FONT = new Font("SansSerif", Font.PLAIN, 10); public static final Font SPLASH_FONT = new Font("Arial", Font.BOLD /*+ Font.ITALIC*/, 14); public static final Font GANTT_TREE_FONT = new Font("SansSerif", Font.PLAIN, 11); public static final Font GANTT_TREE_FONT2 = new Font("SansSerif", Font.BOLD, 12); public static final Font GENERAL_DIALOG_FONT = new Font("SansSerif", Font.PLAIN, 11); public static final Font DEFAULT_MENU_FONT = new Font("Dialog", Font.PLAIN, 12); public static final Font DEFAULT_CHART_FONT = new Font("SansSerif", Font.PLAIN, 10); public static final Font PRINT_CHART_FONT = new Font("SansSerif", Font.PLAIN, 12); public static final Font RESSOURCE_FONT = new Font("SansSerif", Font.PLAIN, 12);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -