View Single Post
Old 09-01-2022, 07:20 PM   #23
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,370
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by JSWolf View Post
I'm going to have to disagree. If you have all the text uppercase, it won't work with small-caps. It needs to be lower case.

I've just tested this in the Calibre editor. I made a few words uppercase and then used a span around those words and a few others in lower case and only the lower case words were in smallcaps.
"small-caps"

You keep using that word. I do not think it means what you think it means.

Try using the following example in your testing...it works exactly as I mentioned in both Sigil and Calibre Editor (attached)???

Code:
    p {font-variant:small-caps}

  <p>THIS IS ALL TEXT UPPERCASE.</p>
  <p>this is all text lowercase.</p>
  <p>This is all Text with Mixed Case</p>
The first two lines appear the same (see attachments) - just with a different font-size.
The last line - with mixed case can be seen with the capital letters being larger than the lower case letters...but all of them using the capital letter from the font. And, yes, this is not a true SC font, but that's not the point.
Attached Thumbnails
Click image for larger version

Name:	Sigil.png
Views:	108
Size:	58.1 KB
ID:	196217   Click image for larger version

Name:	Calibre.png
Views:	119
Size:	57.0 KB
ID:	196218  
Turtle91 is offline   Reply With Quote