Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 08-19-2021, 03:57 AM   #16
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by MicroDrie View Post
When I look at the CSS file in the EPUB, I notice also a few other things.

First, the EPUB does not contain any fonts that a CSS rule can reference.

Second, a lot of different font types are mentioned, but there is no reference where they can be downloaded by the EPUB in the CSS file.
It's because the CSS referenced any 'system fonts of the Reading System, whether new or old, that's why I didn't embed any specific fonts in the ePub.

If you try to change the fonts that are available in the reading system, you won't notice any significant change in the appearance of the content, except these list markers.

Quote:
Originally Posted by MicroDrie View Post
Third, the CSS before content definition contains a graphic character without referencing a specific font.
Those graphical characters are all taken from the HTML entity charts, except maybe one or two are not HTML entities.

Quote:
Originally Posted by MicroDrie View Post
The question is which font is now active when the EPUB reader starts rendering a page? The answer to this is: Where the emperor is not there, he loses his rights. The EPUB reader then checks whether an alternative font has been mentioned that the EPUB reader is familiar with. The more exotic the font is, the greater the chance that an EPUB reader will not have that font on board. Then the EPUB reader should fall back error-free to a font that is present.
The many fonts that you've seen at the end of the CSS are just to remedy all these possible scenarios. Granted that reader may open the ePub in a very old reader with outdated SDK but the ePub will still look acceptable.

Quote:
Originally Posted by MicroDrie View Post
Then there's the next problem, what if the fallback font doesn't have the graphic character? He can then display a graphic block as an error character indicator, but how does the rendering proceed? It is very difficult to create a one-fit-all error handling routine. That graphical character does occupy one position on the screen, but in the code it can be several positions. There is a good chance that the result will look very different from the expected layout because rendering is out of sync with the CSS code.
Rendering is not an issue here, I've tested every way possible to display the ePub. But of course, there's always will be a slight difference in the performance and rendering of the characters.

Quote:
Originally Posted by MicroDrie View Post
I think different roles in an emergency each require graphical markup for that specific role. I've added and modified the awesome font to be able to use it in an EPUB. In page 1U3 I could replace all formatting code with a character of font-awesome. But font-awesome doesn't have a dot in a square used on it. Before we get to that, I'm very curious if page 1U3 still misrepresents the contents of "Unfälle: Giftstich" in the attached EPUB to see if we're on the right track to solve the issue.
At the very earliest stage of formatting this book, I've used the font-awesome as the way to integrate these graphical markers, but they failed miserably. In the end, only these graphical markers that are currently in the ePub works.

I'm attaching few screenshots of the font awesome result, as well as other reading apps' results. The issue in discussion is only specific to GPB, other reading systems don't create this issue.

Font Awesome in GPB
Spoiler:






Infinity Reader for Android - Original ePub - with system fonts
Spoiler:



Lithium Reader for Android - Original ePub - with system fonts
Spoiler:




And iBooks
Spoiler:



rsuchwani is offline   Reply With Quote
Old 08-19-2021, 04:16 AM   #17
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,786
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by rsuchwani View Post
The font size does change when the text size is adjusted according to the preference of the readers. What you've seen at the start of the CSS is the 'absolute reference font size'.

And the CSS is the very practical one. Granted that there are many things that usually don't get used often, but given the complexity of the book, it is an absolute requirement.
That CSS is not practical. It's a disaster. You did not follow the mos important rule of make eBooks. That rule is to keep it simple. That means as simple coding as possible and no extra unused classes in the CSS and/or HTML. Your CSS is a mess and you really should fix it.

As for the text size, in ADE 2.0.1, I cannot change the size of the text. That means there are probably other programs out there that cannot do the same. I don't know if later versions of RMSDK/ADE will allow the text size to be changed.

As for your special symbols, you really should embed a font just to make sure those symbols display correctly. You never ever reference specific fonts without them being embedded.
JSWolf is offline   Reply With Quote
Old 08-19-2021, 06:32 AM   #18
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by JSWolf View Post
That CSS is not practical. It's a disaster. You did not follow the mos important rule of make eBooks. That rule is to keep it simple. That means as simple coding as possible and no extra unused classes in the CSS and/or HTML. Your CSS is a mess and you really should fix it.
CSS needs to be simple when the eBook is simple (fiction, targeted for a single platform, one to two styles, etc) and doesn't require special handling, but when the content (like the one I have for this non-fiction book) needs to have many specific styles and display formats, targeted for multiple platforms, then the CSS needs to be this 'messy'. The assumption that you are making here is based only on the few pages of text in the sample ePub, whereas in reality the complete is a little bit over 400 individual pages with varying styles, colors, display options.

But, I'm not going to argue over a valid point, because yes, you do make a valid point. There are classes that aren't used and in the final version of the ePub, they'll be removed.

Quote:
Originally Posted by JSWolf View Post
As for the text size, in ADE 2.0.1, I cannot change the size of the text. That means there are probably other programs out there that cannot do the same. I don't know if later versions of RMSDK/ADE will allow the text size to be changed.
Yes, it was intentional. It was some sort of example to the author to explain the difference between zooming and increasing/decreasing the font size across multiple reading systems. But even using the 'fixed reference font size' many reading systems still allow to increase/decrease the font size.

Quote:
Originally Posted by JSWolf View Post
As for your special symbols, you really should embed a font just to make sure those symbols display correctly. You never ever reference specific fonts without them being embedded.
I didn't want to depend on the use of the fonts for the symbols, that's why I used the 'HTML entity codes/symbols or Unicode characters' which are supported almost on all reading systems. Only one or two symbols aren't supported across all.

Besides that, I don't think that there's any font file that has all these Unicode characters as a font. If you know such font, I'll be glad to have it.

Reminder note, all the contents, text, symbols, everything, displaying correctly, GPB displays 'empty list markers' on each following page/screen of the content of the nested lists. If you have advice/suggestions specific to this issue then I'll gladly hear it.

Thanks for taking out time to respond to my queries.
rsuchwani is offline   Reply With Quote
Old 08-19-2021, 08:39 AM   #19
MicroDrie
Connoisseur
MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.
 
Posts: 58
Karma: 438844
Join Date: Aug 2019
Device: PC, Linux Mint, Tablet, and Telephone
I've read all your posts again for your questions and comments:

Quote:
Originally Posted by rsuchwani View Post
Notice the 'orphan hanging' arrow at the beginning of the page and the list item? It's like that with every 'nested list' in the book.
Graphical display behavior when the rest of a list on the next page is displayed at the correct indent position

Quote:
Originally Posted by rsuchwani View Post
Thing is, the Play Books display some 'orphan' or 'empty' list markers across pages. All these markers are of 'nested lists'.
You define with a content class with content before, while the page break uses the default graphical list character.

Quote:
Originally Posted by rsuchwani View Post
But my question is not regarding the alignment or how to display them, my issue is specific to GP's display habit here. It's weird that all the list markers (from level 1 to whichever level's list on the next page) are displaying (without the list content). See the original issue screenshots.
It looks like this action:
Quote:
Originally Posted by rsuchwani View Post
The font size does change when the text size is adjusted according to the preference of the readers.
The remaining text conflicts with a fixed page layout, resulting in text being lost.

Furthermore, my GitDen EPUB reader is not very happy with this EPUB file.

I think a phased approach is needed in which one always solves a problem first and then solves the next problem in the next step.
MicroDrie is offline   Reply With Quote
Old 08-19-2021, 09:12 AM   #20
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,786
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by rsuchwani View Post
CSS needs to be simple when the eBook is simple (fiction, targeted for a single platform, one to two styles, etc) and doesn't require special handling, but when the content (like the one I have for this non-fiction book) needs to have many specific styles and display formats, targeted for multiple platforms, then the CSS needs to be this 'messy'. The assumption that you are making here is based only on the few pages of text in the sample ePub, whereas in reality the complete is a little bit over 400 individual pages with varying styles, colors, display options.

But, I'm not going to argue over a valid point, because yes, you do make a valid point. There are classes that aren't used and in the final version of the ePub, they'll be removed.
Keeping it as simple as possible is always best. Never reference specific fonts that aren't embedded. Also, you should test this on as many eInk Readers as you can given that they use different reading software. Also to know if the colors need to go or not.

Quote:
Yes, it was intentional. It was some sort of example to the author to explain the difference between zooming and increasing/decreasing the font size across multiple reading systems. But even using the 'fixed reference font size' many reading systems still allow to increase/decrease the font size.
The font size restriction needs to go and you need to test with different font sizes from too small to too large.

Quote:
I didn't want to depend on the use of the fonts for the symbols, that's why I used the 'HTML entity codes/symbols or Unicode characters' which are supported almost on all reading systems. Only one or two symbols aren't supported across all.
Besides that, I don't think that there's any font file that has all these Unicode characters as a font. If you know such font, I'll be glad to have it.[/quote]

So you'd rather rely on an unknown font and hope that your symbols will show up. That's very poor planning. Just embed a font. You can subset it and leave just the symbols.

Just embed all the fonts you need that have these symbols and subset them. That will reduce the size greatly and give you the symbols you need. Also given that you say there may not be a font with all the symbols, then chances are no reading system's default font will do and that will botch your book's appearance.
JSWolf is offline   Reply With Quote
Old 08-19-2021, 09:21 AM   #21
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by MicroDrie View Post
Graphical display behavior when the rest of a list on the next page is displayed at the correct indent position
Yes, indention is precise and doesn't look to be broken in GPB even when there're orphan list markers above.


Quote:
Originally Posted by MicroDrie View Post
You define with a content class with content before, while the page break uses the default graphical list character.
It seems that the reader's default action isn't over-ridden. What's your suggestion then?

Quote:
Originally Posted by MicroDrie View Post
The remaining text conflicts with a fixed page layout, resulting in text being lost.
I think that this is the normal behavior while increasing the font size, isn't it? And the small screen size devices tend to have this issue, aren't they? And if you are referring to an entirely different thing, then please forgive me, you lost me here.

Quote:
Originally Posted by MicroDrie View Post
Furthermore, my GitDen EPUB reader is not very happy with this EPUB file.
I previewed the ePub in this reader just now, and yes, there are display issues especially where the lists are. List markers' indention is off.

Quote:
Originally Posted by MicroDrie View Post
I think a phased approach is needed in which one always solves a problem first and then solves the next problem in the next step.
What are your suggestions?
rsuchwani is offline   Reply With Quote
Old 08-19-2021, 09:39 AM   #22
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by JSWolf View Post
Keeping it as simple as possible is always best. Never reference specific fonts that aren't embedded. Also, you should test this on as many eInk Readers as you can given that they use different reading software. Also to know if the colors need to go or not.
You are right, as I mentioned that the final ePub will have a much simpler CSS and the entire code. There aren't many colors in the ePub, just a few significant ones.

Quote:
Originally Posted by JSWolf View Post
The font size restriction needs to go and you need to test with different font sizes from too small to too large.
Done.

Quote:
Originally Posted by JSWolf View Post
So you'd rather rely on an unknown font and hope that your symbols will show up. That's very poor planning. Just embed a font. You can subset it and leave just the symbols.

Just embed all the fonts you need that have these symbols and subset them. That will reduce the size greatly and give you the symbols you need. Also given that you say there may not be a font with all the symbols, then chances are no reading system's default font will do and that will botch your book's appearance.
On point, will do that.

I'll try to follow the above given suggestion and see that it resolves the current issues or not.
rsuchwani is offline   Reply With Quote
Old 08-19-2021, 12:14 PM   #23
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,288
Karma: 169098402
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by rsuchwani View Post
I didn't want to depend on the use of the fonts for the symbols, that's why I used the 'HTML entity codes/symbols or Unicode characters' which are supported almost on all reading systems. Only one or two symbols aren't supported across all.

Besides that, I don't think that there's any font file that has all these Unicode characters as a font. If you know such font, I'll be glad to have it.
Depending on your reading device, if no available font has the glyph for that symbol, it will not be displayable and you will see the something such as a narrow rectangle, a rectangle with a ? or a box with the hex representation of the character.

You might try Code2000 as a font though it's pretty fugly IMHO.
DNSB is offline   Reply With Quote
Old 08-19-2021, 12:40 PM   #24
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by JSWolf View Post
Just embed all the fonts you need that have these symbols and subset them. That will reduce the size greatly and give you the symbols you need. Also given that you say there may not be a font with all the symbols, then chances are no reading system's default font will do and that will botch your book's appearance.
So I've found that the font 'Arial' has the maximum number of symbols (or geometrical shapes) that's needed in the book, I've subset and embed the font in the ePub, but that didn't resolve the issue. I've also clear the CSS and removed all the unused selectors in this sample ePub.

Screenshots
Spoiler:



EPUB
Attached Files
File Type: epub PlayBooks_NestedLists_Test_V03.epub (237.4 KB, 188 views)
rsuchwani is offline   Reply With Quote
Old 08-19-2021, 12:43 PM   #25
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by DNSB View Post
Depending on your reading device, if no available font has the glyph for that symbol, it will not be displayable and you will see the something such as a narrow rectangle, a rectangle with a ? or a box with the hex representation of the character.

You might try Code2000 as a font though it's pretty fugly IMHO.
David,

The Glyphs displays fine because I've used the Unicode characters as the list markers, very few 'fonts' don't display them. Even I remedied it by subsetting the font (that has almost all the used glyphs) and embedding it in the ePub, but that didn't resolve my issue. Please observe the attached Test ePub V03 above.

Thanks.
rsuchwani is offline   Reply With Quote
Old 08-19-2021, 01:23 PM   #26
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by rsuchwani View Post
So I've found that the font 'Arial' has the maximum number of symbols (or geometrical shapes) that's needed in the book, I've subset and embed the font in the ePub, but that didn't resolve the issue. I've also clear the CSS and removed all the unused selectors in this sample ePub.

Screenshots
Spoiler:



EPUB
Not to be thick as a brick, but what happens when the customer changes the font face?

Hitch
Hitch is offline   Reply With Quote
Old 08-19-2021, 02:11 PM   #27
MicroDrie
Connoisseur
MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.MicroDrie ought to be getting tired of karma fortunes by now.
 
Posts: 58
Karma: 438844
Join Date: Aug 2019
Device: PC, Linux Mint, Tablet, and Telephone
Quote:
Originally Posted by rsuchwani View Post
So I've found that the font 'Arial' has the maximum number of symbols (or geometrical shapes) that's needed in the book, I've subset and embed the font in the ePub, but that didn't resolve the issue. I've also clear the CSS and removed all the unused selectors in this sample ePub.

Screenshots
Spoiler:



EPUB
I see you have an Ibook. Apple uses a fixed page layout, while Android uses a re-flowable layout. A fixed page layout and the freedom to make the font larger or smaller conflict with this. This is not to say that this contradiction is never solvable, but you will really have to make this choice first.

I have little experience with Apple equipment. If your choice really is a fixed page layout and zoomable font size, the question is, is there an example where that has been applied in an EPUB?

And if there is, then the question arises as to what you can do about the list display? Does it fit or not fit the chosen solution?

A zoomable font obviously seems very user-friendly. But (wrong question of mine of course) isn't that actually a solution for the wrong choice of the default font size?

I see you have an Ibook. Apple uses a fixed page layout, while Android uses a rearrangeable layout. A fixed page layout and the freedom to make the font larger or smaller has a major impact on the display. Because a larger font gives a smaller number of characters on the fixed page layout. That is not to say that this contradiction can never be resolved, but you will really have to make this choice first. The EPUB reader you are using conveniently just throws away the mismatched text.

I have little experience with Apple equipment. If you really go for a fixed page layout and zoomable font size, the question is, is there an example where that has been applied in an EPUB?

And if so, then the question arises what can you do about the list view? Does it fit or not match the chosen solution?

Of course, a zoomable font seems very user-friendly. But (wrong question on my part of course) isn't that actually a solution to the wrong choice of the default font size? At a time when everyone carries a smart phone in their pocket, I personally don't understand why people prefer lowercase letters on a fixed page layout suitable for a PC.

Look, if your target group for the book is a doctor at the desk, I understand that, but an assistant with a smart phone in the field and a font that is too small, I don't think that's smart. My smart choice would be a fix readable font on the smart phone. That saves a lot of hassle with zooming (and rendering) in the field.

It is fair to say that in that case the text is spread over more pages. Personally, I don't understand the fixation on making a digital copy of a fixed book layout. A book is nice to read all the way through, but to first read your entire fire insurance policy and then find the number of the fire brigade is not very effective.

Because why don't you use, for example, an accordion? This allows you to skip non-specific information and thus reach relevant information faster. A specific rescuer role can then quickly select its specific role information without the need for hemming. That's what I call smart use of a smartphone. Ok, exactly the same information, but a completely different approach route.

By thinking carefully about each specific goal and delineating the necessary resources (= information) for this specific purpose, I wouldn't be surprised if a care provider gets to his or her specific information in fewer steps.
MicroDrie is offline   Reply With Quote
Old 08-19-2021, 04:18 PM   #28
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,730
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by MicroDrie View Post
I see you have an Ibook. Apple uses a fixed page layout, while Android uses a re-flowable layout [...]
I have little experience with Apple equipment.
You're mistaken. Apple Books (iBooks) supports both reflowable books and fixed-layout books.
Moreover, the OP stated that he encountered problems with Google Play Books.
Doitsu is offline   Reply With Quote
Old 08-20-2021, 03:31 AM   #29
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by Hitch View Post
Not to be thick as a brick, but what happens when the customer changes the font face?

Hitch
Font increasing/decreasing and font face change works as they should. All the glyphs appear (just a little bit different). But the issue remains.

See the below attachment
rsuchwani is offline   Reply With Quote
Old 08-20-2021, 03:41 AM   #30
rsuchwani
Enthusiast
rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.rsuchwani ought to be getting tired of karma fortunes by now.
 
Posts: 38
Karma: 2136220
Join Date: May 2012
Device: iPad, Kindle, Android
Quote:
Originally Posted by MicroDrie View Post
I see you have an Ibook. Apple uses a fixed page layout, while Android uses a re-flowable layout. A fixed page layout and the freedom to make the font larger or smaller conflict with this. This is not to say that this contradiction is never solvable, but you will really have to make this choice first.
How did you come up with this reasoning? And when did I ever say that my book is FXL and only for iBooks? The ePub (samples attached in my previous posts) is in reflowable format and can be read on any number of devices/reading systems.

Quote:
Originally Posted by MicroDrie View Post
I have little experience with Apple equipment. If your choice really is a fixed page layout and zoomable font size, the question is, is there an example where that has been applied in an EPUB?

And if there is, then the question arises as to what you can do about the list display? Does it fit or not fit the chosen solution?

A zoomable font obviously seems very user-friendly. But (wrong question of mine of course) isn't that actually a solution for the wrong choice of the default font size?

I see you have an Ibook. Apple uses a fixed page layout, while Android uses a rearrangeable layout. A fixed page layout and the freedom to make the font larger or smaller has a major impact on the display. Because a larger font gives a smaller number of characters on the fixed page layout. That is not to say that this contradiction can never be resolved, but you will really have to make this choice first. The EPUB reader you are using conveniently just throws away the mismatched text.

I have little experience with Apple equipment. If you really go for a fixed page layout and zoomable font size, the question is, is there an example where that has been applied in an EPUB?

And if so, then the question arises what can you do about the list view? Does it fit or not match the chosen solution?

Of course, a zoomable font seems very user-friendly. But (wrong question on my part of course) isn't that actually a solution to the wrong choice of the default font size? At a time when everyone carries a smart phone in their pocket, I personally don't understand why people prefer lowercase letters on a fixed page layout suitable for a PC.

Look, if your target group for the book is a doctor at the desk, I understand that, but an assistant with a smart phone in the field and a font that is too small, I don't think that's smart. My smart choice would be a fix readable font on the smart phone. That saves a lot of hassle with zooming (and rendering) in the field.

It is fair to say that in that case the text is spread over more pages. Personally, I don't understand the fixation on making a digital copy of a fixed book layout. A book is nice to read all the way through, but to first read your entire fire insurance policy and then find the number of the fire brigade is not very effective.

Because why don't you use, for example, an accordion? This allows you to skip non-specific information and thus reach relevant information faster. A specific rescuer role can then quickly select its specific role information without the need for hemming. That's what I call smart use of a smartphone. Ok, exactly the same information, but a completely different approach route.

By thinking carefully about each specific goal and delineating the necessary resources (= information) for this specific purpose, I wouldn't be surprised if a care provider gets to his or her specific information in fewer steps.
Apologies, but I didn't go through your rest of the comments/advice/suggestions well because it's out of the topic.

Thanks for taking your time out and responding to my thread.
rsuchwani is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Display Google Play ebook purchases? ChipAHoy Amazon Kindle 2 10-24-2017 10:49 PM
Loading eBooks to Google Play Issue SamL Android Devices 3 02-15-2014 02:48 PM
Nested lists with paragraphs sdm1130 Kindle Formats 4 11-22-2011 06:32 PM
Nested Ordered Lists andyd273 Conversion 9 11-17-2011 12:05 PM
Classic Nook Nested Lists ldespain Barnes & Noble NOOK 0 08-08-2011 04:06 PM


All times are GMT -4. The time now is 03:28 PM.


MobileRead.com is a privately owned, operated and funded community.