Epub fixed layout - Japonese Maga
Hi!
I need to create an epub in Japanese manga format, which can be read from right to left. By just changing the Indesign language, can I get the program to export a fixed epub that reads from right to left?
Thanks
Hi!
I need to create an epub in Japanese manga format, which can be read from right to left. By just changing the Indesign language, can I get the program to export a fixed epub that reads from right to left?
Thanks
@manal shanablehThat is incorrect here (even though it would work for a language such as Arabic). The OP wants a right-to-left page reading order rather than right-to-left text formatting.
The page reading order is controlled using the
<spine page-progression-direction="rtl">
tag in the OPF file.
Aside from that a meta tag
<meta name="primary-writing-mode" content="horizontal-rl"/>
should be added as well.
If a vertical text layout is required (for Japanese or Chinese set characters) the [-epub-]writing-mode: vertical-rl CSS property should be set.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.