Thread: Visual Aid?
View Single Post
Old 05-08-2008, 05:37 PM   #4
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by zelda_pinwheel View Post
i'm not sure how much control over font size we have on the eb1150, especially after the book-making process. i'm pretty sure once the book is on the device, you can only choose between 2 sizes.
That's correct. Once the ebook has been generated and the source .html is no longer available, you only can change between the two sizes on the eb 1150 that were previously chosen when it was created.

Please note that the two font sizes in any ebook on the eb 1150 will have the base font (usually 'small', but sometimes 'x-small') plus will increase it by two steps up i.e. 'small' base font increases to 'large' on the eb 1150.

Quote:
perhaps you can specify a larger font size when you creat the books, so if you make your own in the future you can try it out.
Grab the attachment REBTestDocument.imp, if you haven't already done so. Load it onto your ebook and go to page 9 therein. There it will show the various sizes of (default) Serif font with the size number corresponding to 1 = xx-small, 2 = x-small, 3 = small, 4 = medium, 5 = large and 6 = x-large. Two pages over you will see the same thing for the Sans-serif font (used for headings). On page 67 is a comparison of the size number and the font (name) size.

So to make this work using your eb 1150, you would need access to the source .html (<body> tag only) and change the font-size using at least :
Code:
<BODY style="font-size:large">
or
Code:
<BODY style="font-size:x-large">
I would recommend using the 'large' font size first and if that is comfortable, try the smaller 'medium' font size afterwards.

Quote:
possibly a better solution might be to try an e-ink device : there is another member of the forum who is legally blind (i beleive his pseudo is Utahcowboy, you might search for his posts) and was able to read on an e-ink device (some of them allow much greater control of the display than the eb1150).
This may be a better long-term solution as always having access to the source limits your book choices to PG and PD books.


* USEFUL PLUG *
By the way, you could also use Mobi2IMP to convert a .prc ebook version and then edit the resulting .html to include the revised <BODY style="font-size:large"> and recreate the eb 1150 version using eBook Publisher. If you want to try it and get stuck, just ask here.
nrapallo is offline   Reply With Quote