首页>代码>java+vuejs导出pdf和word文件>/ces/src/main/java/DefineFontProvider.java
01import com.itextpdf.text.BaseColor;
02import com.itextpdf.text.Font;
03import com.itextpdf.text.pdf.BaseFont;
04import com.itextpdf.tool.xml.XMLWorkerFontProvider;
05import org.springframework.core.io.ClassPathResource;
06 
07/***
08 * 工具类
09 */
10public class DefineFontProvider extends XMLWorkerFontProvider {
11    @Override
12    public Font getFont(final String fontname, final String encoding, final boolean embedded, final float size,
13                        final int style, final BaseColor color) {
14        BaseFont bf = null;
15        try {
16            //msyh.ttf 是微软雅黑字体,
17            ClassPathResource resource = new ClassPathResource("msyh.ttf");
18            bf = BaseFont.createFont(resource.getPath(), BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);
19        } catch (Exception e) {
20            e.printStackTrace();
21        }
22        Font font = new Font(bf, size, style, color);
23        font.setColor(color);
24        return font;
25    }
26}
最近下载更多
Jacko01  LV8 3月20日
467277  LV13 2024年3月26日
papatap  LV1 2023年4月20日
倒转流年  LV1 2022年7月7日
lhr6767  LV1 2022年4月29日
代码醉了哈哈  LV4 2022年3月8日
我不是大象  LV10 2021年11月11日
蒋彦云  LV1 2021年9月26日
...  LV1 2021年9月5日
毛哲  LV1 2021年9月3日
最近浏览更多
Jacko01  LV8 3月20日
liuyinwan 1月14日
暂无贡献等级
源蝈蝈 2024年12月28日
暂无贡献等级
3334004690  LV10 2024年6月24日
19950118 2024年4月19日
暂无贡献等级
zhos0212  LV19 2024年3月29日
467277  LV13 2024年3月26日
studengaaa 2024年3月17日
暂无贡献等级
a1325922140  LV1 2024年2月19日
wbbhappy  LV13 2024年1月13日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友