Itext 7使用pdf中的材料ui图标

时间:2018-02-28 01:53:59

标签: java itext itext7 google-material-icons

创建PDF文档时如何将材质ui图标用作字体。我正在尝试使用MaterialIcons-Regular.ttf作为字体。

有没有我可以参考的例子。或者是否有更好的方法使用itext7处理PDF文档中的字体图标。

1 个答案:

答案 0 :(得分:1)

我不完全确定你在问什么,但它应该是这样的:

PdfFont f1 = PdfFontFactory.createFont("MaterialIcons-Regular.ttf", "Identity-H", true);
Paragraph p1 = new Paragraph("Testing of symbols \ue000,\ue0bb").setFont(f1);

请注意,这些字符位于私人区域。在Windows中安装字体并使用字符映射应用程序找到字符。