|  12-02-2013, 05:03 PM | #1 | 
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | 
				
				Alphabet for DropCaps
			 
			
			I'm looking for a simple graphics alphabet (to include punctuation ???) to use as DropCaps. Can anyone point me at a set? It would be very nice if it were free.  Charlie | 
|   |   | 
|  12-02-2013, 05:39 PM | #2 | |
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | Quote: 
 http://www.picgifs.com/alphabets/ you could find many graphic motives. | |
|   |   | 
|  12-02-2013, 05:50 PM | #3 | |
| 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: 
 You can download (If they were for [/I]web pages, you could link them) most of these for free and embed them. I have used quite a few for my own use   | |
|   |   | 
|  12-02-2013, 06:41 PM | #4 | |
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | Quote: 
 | |
|   |   | 
|  12-02-2013, 07:51 PM | #5 | |
| 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: 
 Charlie, can you give us an idea as to "flavor?" Western, kids' blocks, calligraphic...anything? Hitch | |
|   |   | 
|  12-03-2013, 04:13 AM | #6 | 
| Wizard            Posts: 4,520 Karma: 121692313 Join Date: Oct 2009 Location: Heemskerk, NL Device: PRS-T1, Kobo Touch, Kobo Aura | 
			
			Perhaps here are some nice ones for you: http://moorstation.org/typoasis/desi...wels/index.htm | 
|   |   | 
|  12-03-2013, 05:37 AM | #7 | 
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | 
				
				Got to be careful what you ask for
			 | 
|   |   | 
|  12-03-2013, 06:50 AM | #8 | 
| Color me gone            Posts: 2,089 Karma: 1445295 Join Date: Apr 2008 Location: Central Oregon Coast Device: PRS-300 | 
			
			Can you get around search problems with the image alt text for the whole word? Do the machines use it in their search?
		 | 
|   |   | 
|  12-03-2013, 10:33 AM | #9 | 
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | 
			
			In that case, the simpler way is to convert font glyphs into svg images. With Inkscape you can do that in 30 minutes (the whole alphabet plus punctuation signs). And svg images are better than jpg ones (for this purpose).
		 | 
|   |   | 
|  12-03-2013, 11:01 AM | #10 | |
| Grand Sorcerer            Posts: 5,763 Karma: 24088559 Join Date: Dec 2010 Device: Kindle PW2 | Quote: 
 Fonts > Export Font Glyphs > Code Points: 0041 to 005A | |
|   |   | 
|  12-03-2013, 11:15 AM | #11 | 
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | 
			
			If you can live with .jpg, .gif, .png, etc. images, then the advice of Doitsu is perfect. But if you want to use svg images, then you don't need to use Inkscape as I said before; things are still easier   You only need to write svg images in Sigil (all images will be the same, only will change in the letter you will use there). I give you an example: SVG for letter A: Code: <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100" height="100"> <text x="50" y="100" text-anchor="middle" fill="black" style="font-size: 100px; font-weight: bold">A</text> </svg> Code: <p><img class="DropImage" alt="Image1" src="../Images/Image1.svg" /> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ac tellus nunc....</p> Code: p {
    text-align: justify;
}
.DropImage {
    float: left;
    margin: -12px 5px 0 0;
}Here is as looks in ADE: Below you can see the respective ePub. Of course, you can change the size, the color, etc. for each drop cap (you can use all the posibilities of the svg text). Regards Rubén | 
|   |   | 
|  12-03-2013, 11:41 AM | #12 | |
| Resident Curmudgeon            Posts: 80,732 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 Portculliard Initials is such a font. Give it a look. http://moorstation.org/typoasis/desi...wels/index.htm Also have a look over here. http://fontgarden.com/c/3/initial_caps_free_fonts Last edited by JSWolf; 12-03-2013 at 11:45 AM. | |
|   |   | 
|  12-03-2013, 04:38 PM | #13 | |
| eBook FANatic            Posts: 18,301 Karma: 16078357 Join Date: Apr 2008 Location: Alabama, USA Device: HP ipac RX5915 Wife's Kindle | Quote: 
 A very nice tool. I'm still experimenting with but it seems to work fine despite my lack of knowledge. Now for the really dumb question!! Is there a tutorial for using these gylphs as the first character in a paragraph?   | |
|   |   | 
|  12-03-2013, 04:44 PM | #14 | |
| Grand Sorcerer            Posts: 11,470 Karma: 13095790 Join Date: Aug 2007 Location: Grass Valley, CA Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7 | Quote: 
 Dale | |
|   |   | 
|  12-03-2013, 04:55 PM | #15 | |
| Grand Sorcerer            Posts: 5,763 Karma: 24088559 Join Date: Dec 2010 Device: Kindle PW2 | Quote: 
 Most ePub designers simply embed special dropcap fonts and apply them to the first letter of a chapter via CSS. If you search the epub forum you'll find many ready-made CSS examples that you can copy and paste. One good example, is Jerome, Jerome K.: Three Men in a Boat, which uses both images and embedded fonts as dropcaps. | |
|   |   | 
|  | 
| 
 | 
|  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 |