
17th May 2006, 8:07 am
|
|
Junior Member
|
|
Join Date: Apr 2006
Posts: 25
|
|
Re: e-book
I kind of posted how to do this in another thread, I had a 1.5” player and text is displayed in a very simple format. Each page is 8 rows. Each row is 16 characters. Line returns show up as spaces. There is no intelligent word wrapping.
Knowing all this you can type out decent looking pages in notepad. Remember that SPACES are characters. Use a font with fixed sizing. Highlighting text also shows up your invisible spaces.
So you can type 15 CHARCTERS then return for the next line like this:
123456789012345
- - - - - - - -
These are 15__
Character Rows_
Plus a return
That makes 16-_
Total character
- - page 1 - -
or something like this for full 16 character lines:
12345678901234561234567890123456123456789012345612 345678901234561234567890123456
_______________-_______________-_______________-_______________-_______________-
If I type 128___Spaces Across___A line then thatwill be one fullPage.
that last line shouuld show up on screen like this:
If I type 128
Spaces across
A line then that
will be one full
Page.
|