View Single Post
Old 03-07-2016, 01:43 PM   #24
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
Quote:
Originally Posted by HarryT View Post
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 &amp; 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

Last edited by Dr. Drib; 02-16-2017 at 08:01 PM.
odedta is offline   Reply With Quote