Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 10-09-2012, 08:09 PM   #751
dave2008
Addict
dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.
 
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
Quote:
Originally Posted by dracodoc View Post
How can I change the font zoom step in crereader? I'm using some Chinese font for Chinese epub book, the current font zoom step is too big, I tried to edit the crereader.lua, changed the delta =0.5, but that doesn't work, it seemed to have to be integer.
Because CREngine only use integer font size internally, so I am afriad it is not a easy task to implement smaller steps..
dave2008 is offline   Reply With Quote
Old 10-09-2012, 08:10 PM   #752
dave2008
Addict
dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.
 
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
Quote:
Originally Posted by lokoroko View Post
Thanks for great program.

I've made two screenshots: one for default Kindle 3 (Keyboard) PDF reader and one for this one. You can add these screenshots in description to illustrate difference (and improvement) between readers.
Thanks, added to KPV's wiki
dave2008 is offline   Reply With Quote
Old 10-09-2012, 08:20 PM   #753
dracodoc
Connoisseur
dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.
 
Posts: 83
Karma: 322
Join Date: Mar 2009
Device: Kindle DXG, Sony T1
Is there any other work around? For example, can we use a smaller font size as base font size?

Quote:
Originally Posted by dave2008 View Post
Because CREngine only use integer font size internally, so I am afriad it is not a easy task to implement smaller steps..
dracodoc is offline   Reply With Quote
Old 10-09-2012, 08:38 PM   #754
dave2008
Addict
dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.
 
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
Quote:
Originally Posted by dracodoc View Post
Is there any other work around? For example, can we use a smaller font size as base font size?
Following is the font sizes supported by crengine:
Code:
 { 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 
   31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 44, 48, 52, 56, 60, 64, 68, 72 }
Does changing to another font helps?
dave2008 is offline   Reply With Quote
Old 10-12-2012, 09:19 AM   #755
dracodoc
Connoisseur
dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.
 
Posts: 83
Karma: 322
Join Date: Mar 2009
Device: Kindle DXG, Sony T1
I want to use specific font. Usually when I make an epub in calibre there is a base font size, so the epub will be opened with the base size then can be zoomed.
Code:
.calibre {
    background-color: #FFF;
    display: block;
    font-family: "Charis";
    font-size: 1em;
However I checked the epub.css in kpv, there are only relative font size, no base font size. So is the actual base font size hard coded in crengine or it just take some default value?

It's OK to use a medium size font as default, but current version can only increase font size from the default, that limited the font size can be used.

Quote:
Originally Posted by dave2008 View Post
Following is the font sizes supported by crengine:
Code:
 { 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 
   31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 44, 48, 52, 56, 60, 64, 68, 72 }
Does changing to another font helps?
dracodoc is offline   Reply With Quote
Old 10-15-2012, 11:31 PM   #756
melib
Junior Member
melib began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2012
Device: kindle3
Lightbulb Feature request : Manga reader

Could you enhance "zoom to first column function ('F' and 'shift+F' keys)" in reader mode to be able to start at "a top right corner" or "a top left corner"?

So that I can choose "start at top right corner" when reading manga and "start at top left corner" when reading two-column journal.

Two-page manga, for example, http://www.mangaforkids.com/images/howto-spread.jpg

Thank you.

and sorry for my English.
melib is offline   Reply With Quote
Old 10-29-2012, 12:18 PM   #757
dpavlin
Connoisseur
dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.
 
dpavlin's Avatar
 
Posts: 61
Karma: 116628
Join Date: May 2011
Location: Zagreb, Croatia
Device: Kindle K3G and DXG
Release 2012.10 is ready

Thanks to efforts of all developers we now have new release 2012.10 available at:

https://github.com/hwhw/kindlepdfviewer/wiki/Download

Highlights for this release include are documented on wiki.
dpavlin is offline   Reply With Quote
Old 11-02-2012, 12:48 PM   #758
Kai771
Just a Noob
Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.
 
Kai771's Avatar
 
Posts: 145
Karma: 162610
Join Date: Aug 2011
Device: Kindle 3
@melib

I implemented rtl mode (rtl=right-to-left) to kpdfview, and submitted the PR, but since it fiddles with the vital part of kpdfview, developers want to be sure nothing is broken before they merge it. I made a kindlepdfviewer-v2012.10-5-g692f5ec.zip from my development branch, and uploaded it to github. You can download it here:

https://github.com/kai771/kindlepdfviewer/downloads

Basically, I need testers. If you (or anyone else) have time, please download it and see if you can find any bugs. RTL mode is implemented in these zoom modes:

- fit-to-page-height
- fit-to-content-height
- 2 column mode

You can toggle rtl mode pressing U. In fit-to-page-height and fit-to-content-height mode, you'll want to use it together with comics mode (key C) - otherwise the page will be centered.

If anyone can, please check if 2 column mode works properly for left-to-right columns too. I made some bug fixes to it, so I'd like to make sure they didn't break anything.

I did test as much as I could, and it did work for me, but I need feedback from others. Thank you.

Update: since it's now outdated, the file has been removed. RTL mode is now a part of official v2012.11 release of kpdfviewer.

Last edited by Kai771; 11-28-2012 at 04:52 AM.
Kai771 is offline   Reply With Quote
Old 11-15-2012, 11:23 AM   #759
alban
Enthusiast
alban began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Feb 2011
Location: UK
Device: Kindle 3
Notes in pdf?

Hi
Again thanks for this great reader!
Er... simple Q but I can't sus how to add my own notes to pdf docs. Is it possible at all?
Cheers
alban is offline   Reply With Quote
Old 11-15-2012, 04:43 PM   #760
Kai771
Just a Noob
Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.
 
Kai771's Avatar
 
Posts: 145
Karma: 162610
Join Date: Aug 2011
Device: Kindle 3
@alban
I'm afraid it's not possible, at least for now.
Kai771 is offline   Reply With Quote
Old 11-17-2012, 11:45 AM   #761
dracodoc
Connoisseur
dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.dracodoc has a complete set of Star Wars action figures.
 
Posts: 83
Karma: 322
Join Date: Mar 2009
Device: Kindle DXG, Sony T1
Hi guys, do you have an estimate on kindle paperwhite compability? I guess involves lots of work since it need be solely touch based. But I'm counting on KPV before I decide to buy a paperwhite, because I cannot bear non-fullscreen reading after using KPV...
dracodoc is offline   Reply With Quote
Old 11-17-2012, 11:52 AM   #762
Kai771
Just a Noob
Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.Kai771 can program the VCR without an owner's manual.
 
Kai771's Avatar
 
Posts: 145
Karma: 162610
Join Date: Aug 2011
Device: Kindle 3
@dracodoc
Dave got himself a PW, and is working on it. But he's the only one atm, since other developers don't own a PW, and are more interested in adding features for K3.
Kai771 is offline   Reply With Quote
Old 11-17-2012, 03:40 PM   #763
dave2008
Addict
dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.
 
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
Quote:
Originally Posted by dracodoc View Post
Hi guys, do you have an estimate on kindle paperwhite compability? I guess involves lots of work since it need be solely touch based. But I'm counting on KPV before I decide to buy a paperwhite, because I cannot bear non-fullscreen reading after using KPV...
Don't buy it at least for now. AMAZON is forcing PW to upgrade to 5.3.0 firmware, which wipes out all the jailbreaks and hacks. They are declaring wars on kindle hacker community now.

I just finshed single/double tap and hold gesture detection last night and was about to test it this morning on my PW, and it turns out it has been auto-upgraded to 5.3.0 without asking me (because I forgot to turn into ariplane mode).

I have never read anybook on my PW so far becuase the native reader sucks so much.
dave2008 is offline   Reply With Quote
Old 11-17-2012, 03:57 PM   #764
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by dave2008 View Post
Don't buy it at least for now. AMAZON is forcing PW to upgrade to 5.3.0 firmware, which wipes out all the jailbreaks and hacks. They are declaring wars on kindle hacker community now.

I just finshed single/double tap and hold gesture detection last night and was about to test it this morning on my PW, and it turns out it has been auto-upgraded to 5.3.0 without asking me (because I forgot to turn into ariplane mode).

I have never read anybook on my PW so far becuase the native reader sucks so much.
If you had installed NiLuJe's "jailbreak bridge" while in 5.2.0, it would still be jailbroken after upgrading to 5.3.0. If you did not do that, then you will need to use a serial cable (soldered to the internal serial port pads) to jailbreak it.
geekmaster is offline   Reply With Quote
Old 11-17-2012, 04:08 PM   #765
dave2008
Addict
dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.dave2008 can program the VCR without an owner's manual.
 
Posts: 251
Karma: 183457
Join Date: Jan 2012
Device: k3G, KDXG, AuraHD
Quote:
Originally Posted by geekmaster View Post
If you had installed NiLuJe's "jailbreak bridge" while in 5.2.0, it would still be jailbroken after upgrading to 5.3.0. If you did not do that, then you will need to use a serial cable (soldered to the internal serial port pads) to jailbreak it.
Yes, I did. But I was not able to re-install usbnetwork on my PW, keeps saying error 007
dave2008 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) hawhill Kindle Developer's Corner 1269 02-27-2024 11:49 AM
Librerator - multi-format e-reader, fork of KPV Kai771 Kindle Developer's Corner 432 10-06-2017 12:20 PM
Yet another PDF viewer (muPDF based) melihron PocketBook 66 09-02-2014 03:03 AM
Text-based PDF to Mobi, etc./Kindle 3 kidblue Calibre 41 07-20-2012 03:19 PM
muPDF on Kindle DX!! DairyKnight Kindle Developer's Corner 8 03-21-2010 03:39 AM


All times are GMT -4. The time now is 07:32 AM.


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