View Single Post
Old 05-18-2019, 02:32 PM   #8
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Hitch View Post
In my humble opinion, Doits, it's not possible. I wish to hell it were. We've done I-don't-know-how-many books with dropcaps, both print and eBook, and there's simply not one-size-fits all.
There's a new initial-letter CSS rule that'll make creating drop caps much easier.

For example:
Spoiler:
Code:
h1 + p::first-letter {
  -webkit-initial-letter: 2;
  initial-letter: 2;
  margin-right: 0.2em;
  color: red;
}

However, I've found only one app that actually supports this new rule: iBooks.

EDIT: Gitden Reader also supports initial-letter, but not ADEPT DRM.
Attached Thumbnails
Click image for larger version

Name:	iBooks.png
Views:	362
Size:	80.2 KB
ID:	171497  
Attached Files
File Type: epub initial-letter.epub (3.3 KB, 332 views)

Last edited by Doitsu; 05-18-2019 at 03:58 PM.
Doitsu is offline   Reply With Quote