Quote:
Originally Posted by HarryT
That sounds like a contradiction. If a book has reflowable text, its layout isn't fixed.
|
Harry, it's something that looks like this:
[Image violates Posting Guidelines for size - MODERATOR]
It's a Fixed Layout epub where I can highlight (copy) the text, if I increase the font size, the text increases in size.
Here's the content.opf...
Code:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<!-- Fixed Layout, Region Magnificaiton & Children's Content -->
<meta name="fixed-layout" content="true"/>
<meta name="orientation-lock" content="landscape"/>
<meta name="original-resolution" content="1024x600"/>
<meta name="book-type" content="children"/>
<meta name="RegionMagnification" content="true"/>
<dc-metadata xmlns:dc="http://purl.org/metadata/dublin_core" xmlns:oebpackage="http://openbook.org/namespaces/oeb-package/1.0/">
<dc:title>The Alphabet of Animals</dc:title>
<dc:language>en</dc:language>
<dc:creator>Ernest Griset</dc:creator>
<dc:publisher>Frederick Warne & Co.</dc:publisher>
<dc:date>1880</dc:date>
<meta name="cover" content="my_cover_image" />
</dc-metadata>
<x-metadata>
<EmbeddedCover>images/Cover.jpg</EmbeddedCover>
</x-metadata>
</metadata>
I'm not making this up, it's in Amazon's book samples