View Single Post
Old 04-29-2010, 03:07 PM   #158
McKGrif
Member
McKGrif began at the beginning.
 
McKGrif's Avatar
 
Posts: 17
Karma: 22
Join Date: Apr 2010
Location: New York, NY
Device: nook
Quote:
Originally Posted by charleski View Post
No current epub designer creates proper dropcaps (don't know why you keep talking about character styles - I think you're just confusing yourself), not even InDesign. If you want dropcaps right now then you need to code the css by hand, there's a thread on this forum that shows how to do it.

I don't know the priorities of the Atlantis team, but automatic dropcap creation would be finicky to do correctly. Word's method is a kludge that can't be translated to reflowable documents, and poorly-done dropcaps look worse than no dropcaps at all. If you want to mark the first character in some way, use bold or increase the font size slightly.
I am an Open Office writer user, I haven't used word regularly for years. I have been using eScape by IGP, and they refer to Drop/Raised caps etc... as character styles. You are right, though eScape uses the css to produce the dropcap, you cannot see it in writer.

Thanks for the point to that thread.

Truth be told I am probably going to purchase Atlantis, it is the best wysiwyg editor I have come across.

Quote:
Originally Posted by awp View Post
If Atlantis had the "drop cap" function, it would be fairly easy to save "drop-capped" letters to EPUB. Atlantis would convert them to graphic files, and format them with the "left" align in EPUB XHTML. Something like this:

Code:
<img src="images/img1.png" alt="img1.png" align="left"/>
I'll be looking forward to this
McKGrif is offline   Reply With Quote