合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
~~~ package cy.tool; import java.awt.Font; public class MyFont { public static Font f0=new Font("宋体",Font.PLAIN,18); public static Font f1=new Font("宋体",Font.PLAIN,16); public static Font f2=new Font("宋体",Font.PLAIN,14); public static Font f3=new Font("宋体",Font.PLAIN,15); public static Font f4=new Font("宋体",Font.PLAIN,13); } ~~~