|  04-30-2013, 08:35 PM | #256 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			I'm hoping someone will install the new hyphenation dictionary and show us how War of the Worlds v4 looks. Thanks.
		 | 
|   |   | 
|  05-01-2013, 12:39 AM | #257 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Regards, David | |
|   |   | 
|  05-01-2013, 01:00 AM | #258 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Don't use em with line-height -- it is relative to the font-size. Line-height can be set with absolute measurements such as pt, px, cm, etc. but use 1.1 or 110% when you are going relative to the font-size in an element. <nit pick mode: off> I looked at the size of the h in Chapter in your image with the image height set to 12.24cm (matches the vertical size of a 6" eInk screen), I matched the Aura to the same font size as near as my trusty calipers could measure and got 1 extra line per screen with a 1.1 line height. Regards, David Last edited by DNSB; 05-01-2013 at 01:14 AM. | |
|   |   | 
|  05-01-2013, 09:23 AM | #259 | ||
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 Quote: 
 | ||
|   |   | 
|  05-01-2013, 10:10 AM | #260 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			@JSWolf, A bit of background info re font-sizing, Kobo vs. Sony. Firstly they don't work quite the same, luckily that won't usually matter. Kobos don't have a default font-size. Kobo font-sizing works very much like its line-height, i.e. when you set the font-size with the slider bar it's the same as adding body {font-size: xx} to your css, where xx is one of 24 values in the range 12-58. The units are not ems, probably they're points. The reason that it probably won't matter is because, if all your other css font-size settings are set in ems or %s (as I'm guessing yours are) then all elements below body will scale as expected. So anywhere, below body, where you've coded font-size:1em just multiplies xx by 1. I don't think you would have quite the same objections to Kobo font-sizes as you have to their line-heights because 12 is really tiny and 58 is whopper. Nevertheless, be aware that there are gaps in the 12-58 range and the size that you prefer for one font won't necessarily be the size you prefer for another. If all else fails you can still re-tweak your Charis font till it's perfect for you. On the Sonys, as far as I can tell, changing the font-size is more akin to applying a scaling factor to the epub's body font-size. | 
|   |   | 
|  05-01-2013, 11:42 AM | #261 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			But when you load in an ePub and no font size is specified and no tweaking of the settings are done, what size is the font?
		 | 
|   |   | 
|  05-01-2013, 11:58 AM | #262 | 
| Trying for calm & polite            Posts: 4,012 Karma: 9455193 Join Date: May 2010 Location: Mostly in Canada Device: kobo original, WiFI, Touch, Glo, and Aura | 
			
			Kobo (usually successfully) will have the new book inherit from the previous one. I don't know if there is a difference kepub v. epub on this. I have not paid much attention.
		 | 
|   |   | 
|  05-01-2013, 12:03 PM | #263 | 
| Addict            Posts: 382 Karma: 1118562 Join Date: Sep 2010 Location: Middlesex, UK Device: Kobo Aura One, iPhone 8, iPad Pro | 
			
			Is it possible to change this in any way? To have, say, a range of 20-40 but no gaps. I only have 8 font sizes on my Kindle but have them set to increase at 1 point intervals. After all I will never use either the very large or very small fonts. Yes, I had to jailbreak to get this functionality, is it possible to tweak the Aura in this way?
		 | 
|   |   | 
|  05-01-2013, 12:42 PM | #264 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			When you first open an epub (at least a standard one) the font settings are read from a single config file in internal memory which, as taming said, contains the last settings you set in the font settings pop-up. If you later open the font settings for any particular book any changes you make are stored, for that book only, in the database. Any changed value is also copied as the new config file value.
		 | 
|   |   | 
|  05-01-2013, 12:52 PM | #265 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  05-01-2013, 12:53 PM | #266 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Regards, David Last edited by DNSB; 05-01-2013 at 03:32 PM. | |
|   |   | 
|  05-01-2013, 12:58 PM | #267 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Regards, David | |
|   |   | 
|  05-01-2013, 01:02 PM | #268 | |
| Wizard            Posts: 1,824 Karma: 9503859 Join Date: Dec 2012 Location: France Device: (Sony (J) PRS 650), Kobo Mini, Kobo Glo HD (broken), Kobo Clara BW | Quote: 
   Last edited by samhy; 05-01-2013 at 01:06 PM. | |
|   |   | 
|  05-01-2013, 01:04 PM | #269 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 Doing it your way of using a fixed value, when I increased the font size, the lines overlapped. em is the best value to use. | |
|   |   | 
|  05-01-2013, 01:06 PM | #270 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 I think this is a bug to not have a default font size once the font size slider has been moved. It means you lose a fixed value which is a good place to start. | |
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| calibre rocks | davidspitzer | Calibre | 1 | 02-23-2010 04:09 PM | 
| Calibre rocks! | camokatu | Calibre | 1 | 05-13-2009 03:33 PM | 
| Igor Rocks! | TallMomof2 | Kindle Developer's Corner | 10 | 03-09-2009 01:14 PM | 
| Holy crap it rocks | JGB | Calibre | 6 | 10-16-2008 12:59 PM | 
| books on board rocks! | basschick | Lounge | 2 | 06-25-2008 09:52 PM |