View Single Post
Old 10-14-2012, 01:24 PM   #19
mmat1
Berti
mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.
 
mmat1's Avatar
 
Posts: 1,196
Karma: 4985964
Join Date: Jan 2012
Location: Zischebattem
Device: Acer Lumiread
Quote:
Originally Posted by roger64 View Post
Jellby has a knack for it.
That's without a doubt

Quote:
Originally Posted by roger64 View Post
Could you give an example? How to assess exactly the height of lowercase letters? (real smallcpas and fake ones). Is this something other than the font-size?
That should be no problem. Make a sample-ebook with some variants in steps of 0.05 to find a proper font size with your reader. The problem is that other readers are maybe make a slight difference in rendering. You can post a sample book and ask others to test it with their readers.

The huge problem is probably:

You have:
<p><span class="LinLibSC">Text to transform into Fake-Caps</span></p>

You need:
<p>T<span class="fc">EXT</span> <span class="fc">TO</span> <span class="fc">TRANSFORM</span> <span class="fc">INTO</span> F<span class="fc">AKE</span>-C<span class="fc">APS</span></p>

Actually I don't know how to transform that with regex etc.
mmat1 is offline   Reply With Quote