使用方法步骤如下:相似软件版本说明软件地址DirRplacer1.2 官方版查看文件批量替换工具1.0.5.29 电脑版查看文件列表1.0 正式版查看ExpanDrive7.3.0 电脑版查看稀点收文管理2.1 电脑版查看
1)设置winrar路径;(可选步骤) 2)添加epub文件;(也可以拖放文件到窗口) 3)添加用户字体路径,并勾选"添加用户字体“;(可选步骤); 4)开始。 处理方式具体为:如果epub中的css已定义fontface,就在fontface中添加nook及其它阅读器字库路径;如果css没有定义fontface,就添加zw fontface,并设置body的font为zw。不会影响原来的样式。不会误伤wb.01制作的精美书籍。 /*SONY:字体安装在系统字体目录*/ /*SONY:字体安装在内存FONT目录*/ /*SONY系统字体*/ /*iRex DR800SG:字体安装在内存fonts/ttf/目录*/ /*iRex DR800SG:字体安装在SD卡fonts目录*/ /*Amazon Kindle2 Duokan*/ /*翰林V3+*/ /*nook:字体安装在系统字体目录*/ /*nook:字体安装在内存里fonts目录*/ /*nook:字体安装在SD卡上fonts目录*/ /*nook:系统字体*/ /*embed*/ @font-face { font-family:"zw"; src:url(res:///opt/sony/ebook/FONT/zw.ttf), url(res:///Data/FONT/zw.ttf), url(res:///opt/sony/ebook/FONT/tt0011m_.ttf) url(res:///fonts/ttf/zw.ttf), url(res:///../../media/mmcblk0p1/fonts/zw.ttf), url(res:///DK_System/system/font/zw.ttf), url(res:///abook/fonts/zw.ttf), url(res:///system/fonts/zw.ttf), url(res:///system/media/sdcard/fonts/zw.ttf), url(res:///sdcard/fonts/zw.ttf), url(res:///system/fonts/DroidSansFallback.ttf), url(fonts/zw.ttf); }