💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
~~~ 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); } ~~~