Quote:
Originally Posted by Wilfred9667
Thank you for your reply DiapDealer. I wonder if you could tell me what you mean by the "xml.apple.something.hoobi-whatie.something-something file"? There isn't a MISC folder [directory?] in my book, but there is a Miscellaneous folder, and the only xml file in there is container.xml, so I presume you don't mean this one?
|
He means the com.apple.ibooks.display-options.xml file. It must be in the META-INF folder. For iBooks (could be only for older versions, I am not sure) it must be present to display embedded fonts.
It should at least contain:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>