Arial Unicode Ms 不适用于投票箱的 xsl-fo

Arial Unicode Ms is not working in xsl-fo for ballot box

如果系统不包含 Arial unicode MS 字体,投票框不会出现在打印的 pdf 中。

<fo:inline font-family="arial unicode ms"> ☐ </fo:inline>

在 xsl-fo 中是否有任何其他替代方法来显示投票箱?

有几种方法可以解决这个问题:

  1. 查找包含此符号的另一种字体。有websites where you can check this,如果还是不行可以使用字符映射->高级视图->搜索:
    1. 将 Arial Unicode MS 放在包含 XML 和样式表的目录中。
    2. 使用 SVG 绘制矩形而不是依赖字体。