View Single Post
Old 03-23-2022, 12:14 PM   #7
Martinoptic
Bibliophist
Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.Martinoptic ought to be getting tired of karma fortunes by now.
 
Martinoptic's Avatar
 
Posts: 7,051
Karma: 7173892
Join Date: Dec 2021
Location: England
Device: none
If you want to read epub using books (formerly ibooks) containing embeded fonts you will need to include the file com.apple.ibooks.display-options.xml in the META-INF folder within the epub.
This file contains:

<?xml version="1.0" encoding="UTF-8"?>
<display_options>
<platform name="*">
<option name="specified-fonts">true</option>
</platform>
</display_options>

This will update the iTunesMetadata.plist file when transferring.

This file can do much more depending on what settings you decide to put in it. The above is just to allow embedded fonts to show. There is more info on search engines.

Hope it helps.

Last edited by Martinoptic; 03-23-2022 at 12:16 PM. Reason: more info inserted
Martinoptic is offline   Reply With Quote