如何在FPDF中添加Unicode符号?

时间:2014-09-24 08:26:56

标签: php pdf unicode fpdf

我已经多次尝试将子弹样式添加到我的FPDF文档中。 我想添加这些不同的子弹样式:

● Filled circle (⚫)
○ Unfilled circle (⚪)
■ Filled square (■)

我试图通过使用这些功能来实现它:

utf8_decode 
utf8_encode 
mb_convert_encoding 
html_entity_decode
htmlspecialchars_decode 
WriteHTML 
str_replace 
get_html_translation_table
iconv

我也尝试过使用UTF-8 (hex, dec, oct, Character CP1251, etc..)。 最后,我直接将所有子弹样式放在没有翻译或encoding/decoding

的情况下

但我的所有尝试“都没有用”。 请问有人帮帮我吗?提前致谢。

0 个答案:

没有答案