import com.itextpdf.text.BaseColor; import com.itextpdf.text.Font; import com.itextpdf.text.pdf.BaseFont; import com.itextpdf.tool.xml.XMLWorkerFontProvider; import org.springframework.core.io.ClassPathResource; /*** * 工具类 */ public class DefineFontProvider extends XMLWorkerFontProvider { @Override public Font getFont(final String fontname, final String encoding, final boolean embedded, final float size, final int style, final BaseColor color) { BaseFont bf = null; try { //msyh.ttf 是微软雅黑字体, ClassPathResource resource = new ClassPathResource("msyh.ttf"); bf = BaseFont.createFont(resource.getPath(), BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED); } catch (Exception e) { e.printStackTrace(); } Font font = new Font(bf, size, style, color); font.setColor(color); return font; } }
最近下载更多
最近浏览更多
3334004690 LV10
6月24日
19950118
4月19日
暂无贡献等级
zhos0212 LV19
3月29日
467277 LV13
3月26日
studengaaa
3月17日
暂无贡献等级
a1325922140 LV1
2月19日
wbbhappy LV13
1月13日
LUN001
1月11日
暂无贡献等级
710581799
2023年12月21日
暂无贡献等级
2317696509 LV6
2023年12月15日