|  12-03-2013, 05:22 PM | #16 | |
| Bookmaker & Cat Slave            Posts: 11,503 Karma: 158448243 Join Date: Apr 2010 Location: Phoenix, AZ Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2 | Quote: 
 The big problem is, getting them to work across all devices. Some readers will honor the placement, some, not so much. The vertical spacing is usually the tricky bit; the horizontal placement usually works best. If at all possible, if you can remotely use real letters instead, I'd personally recommend it, but...if it's an experiment, and you just want to play with it, it's a worthwhile exercise. :-) Hitch | |
|   |   | 
|  12-03-2013, 06:32 PM | #17 | |
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | Quote: 
 The drop-cap displays very low on the Paperwhite but fine on the other Kindle devices. I have thought to experiment with glyphs but they seem even more unpredictable. Perhaps I can find a better html call to display the glyphs. Any criticism will be appreciated.  Code: .first_letter {
 font-size : 150%;
 font-weight : bold;
/* float:left;*/
 width : 1em;
 color : black;
 }Code: span.dropcap {
    float: left;
    font-size: 2.7em;
    line-height: 0.8em;
    margin-right: 3pt;
    margin-bottom: -0.1em;
} | |
|   |   | 
| Advert | |
|  | 
|  12-03-2013, 07:51 PM | #18 | 
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | 
			
			By the way, did you read this thread: https://www.mobileread.com/forums/sho...d.php?t=212300 It's very interesting and you can adapt all code to also work in ADE. | 
|   |   | 
|  12-04-2013, 02:48 AM | #19 | |||||
| Bookmaker & Cat Slave            Posts: 11,503 Karma: 158448243 Join Date: Apr 2010 Location: Phoenix, AZ Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2 | Quote: 
 Quote: 
 Quote: 
 Quote: 
 Quote: 
 I think that Dropcap looks relatively correct; I'd have to go look at our own coding for our "standard," which of course, gets tweaked every time, depending on the font. But everybody's Drops are pretty much the same, for the same reasons: only so much you can do with the limitations both in ePUB and in MOBI/K8. Hitch | |||||
|   |   | 
|  12-04-2013, 10:02 AM | #20 | 
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | 
			
			There are many FREE 'display fonts' available which are simple to use and code as a dropcap. And they reflow  fairly well   (real short lines can be a PITA with a dropcap) Images are probably a must if the book is to be converted to a format that does not support font embedding. | 
|   |   | 
| Advert | |
|  | 
|  12-04-2013, 10:10 AM | #21 | |
| Resident Curmudgeon            Posts: 80,742 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  12-04-2013, 11:00 AM | #22 | |
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
  My device is slightly more modern but I was aware there were issues with older devices I also find it amazing that these still survive use this long. My original PEz developed a cracked trace (only worked with the board on the bench. Mount in the case  ) Since the screen had experienced multiple 'pixel craters', I bined it after keeping the, still good battery | |
|   |   | 
|  12-05-2013, 09:54 AM | #23 | 
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | 
				
				Many thanks
			 
			
			I have come to the conclusion that dropcap and image is a trade-off between pretty and readable and have decided to stay with the "up-cap" which merely enlarges the first letter and has no indent. There is (for me) no stumble  in reading the text. I thank all who contributed to my education.  I am also thankful that I have no author or publisher hanging over my shoulder.   | 
|   |   | 
|  12-05-2013, 03:34 PM | #24 | ||
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | Quote: 
  The "Dropcap" broke on too many readers (not to mention all the different EPUB reading programs out there), so the typesetter decided to nix it (and decided that a simple Raised Cap would still keep with the "spirit of the original"). As long as your code is very cleanly marked (and you are consistent in your usage), it should be EASY AS PIE to change it in the future using CSS. Here is an example of one of the books I completed last month + screenshots: Quote: 
 Code: 
.noindent {
	text-indent: 0;
}
span.raisedcap {
	font-size: 2em;
}Last edited by Tex2002ans; 12-05-2013 at 03:39 PM. | ||
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| AZW3 and dropcaps | Jeff L | Conversion | 9 | 01-21-2013 09:12 PM | 
| Dropcaps code wanted | JSWolf | ePub | 22 | 09-19-2012 02:31 AM | 
| CSS / dropcaps | Oldpilot | Sigil | 49 | 09-17-2012 09:44 AM | 
| Seriously thoughtful The Alphabet | GeoffC | Lounge | 4 | 08-19-2011 04:33 PM | 
| Dropcaps example in User Manual FAQ | jackie_w | Calibre | 7 | 10-28-2009 06:52 AM |