epub显示特殊字体

You need to open the ePub in an archive program (they are just ZIP files) and add an XML file to the META-INF folder.  This file should be named com.apple.ibooks.display-options.xml and should have the following content:

<?xml version="1.0" encoding="UTF-8"?>

<display_options>

<platform name="*">

<option name="specified-fonts">true</option>

</platform>

</display_options>

上一篇:hive学习(五) 应用案例


下一篇:java多线程之wait和notify协作,生产者和消费者