zoukankan      html  css  js  c++  java
  • 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>

  • 相关阅读:
    E
    D
    C
    B
    Python
    IDEA 设置资源目录
    光猫指示灯含义
    IO模型
    Linux 总目录
    Linux python 使用
  • 原文地址:https://www.cnblogs.com/Alex80/p/5127056.html
Copyright © 2011-2022 走看看