Quote:
Originally Posted by j0r13n
The pinch zoom only show current font size number if you first once open the settings screen and a new pinch zoomed value won´t be remembered when power off the ereader.
|
Marked
#121
Quote:
Originally Posted by j0r13n
The pro4 has a square instead circle with page number swipe.
|
It's because FW4 doesn't have this method:
Code:
void DrawCircle(int x0, int y0, int radius, int color);
Quote:
Originally Posted by LucyOne
I have played around with the settings in some books. I have "Document embedded style" on, but this seems to override the default paragraph formatting e.g. "small indent" doesn't show.
|
Activating the embedded CSS can turn into unexpected behavior regarding the custom CSS since the style is not the same for each book. Also the text structure can differ and screw up the CSS. The embedded CSS can force certain values and override your custom options.
Quote:
Originally Posted by LucyOne
And what is the difference between "preformatted text" and "document embedded style"?
|
Document embedded style - is exactly what it says it is
Preformatted text - I have no idea
I always keep both of them deactivated.
Quote:
Originally Posted by LucyOne
Also, I have a book which wouldn't open in Coolreader anymore after I switched "Document embedded style" on. What could be the problem here?
|
As I already said "unexpected behavior". The book style is probably broken.
Quote:
Originally Posted by LucyOne
And one last question: I have my PB configured to show the bookcover when turned off. With Coolreader it doesn't show the original cover anymore. It seems that a default cover with the book title is created. Can this be changed to the original cover?
|
That's strange. It's working fine for me. And it's actually using a system method for getting the book cover.
Code:
ibitmap *GetBookCover(const char *name, int width, int height);