smallcaps

WPF/XAML: Typography.Capitals seems to have no effect

All of these bits of text look the same, but I am trying to get them to look different. I want small caps text. What am I missing here to get the small caps typography effect to work? To reproduce this, open Visual Studio 2008, Do File|New Project, create a new Windows|WPF application, paste the mark-up below into Window1.xaml, then run...

"Font shape undefined" with latex and isodoc

I'm trying to create a simple invoice with pdflatex and the isodoc class. Unfortunately, the "INVOICE" opening is appear in all lowercase, and I suspect this warning is the reason why: LaTeX Font Warning: Font shape `T1/lmr/bx/sc' undefined (Font) using `T1/lmr/bx/n' instead on input line 19. My best guess at this crypti...

Internet Explorer: Broken Underlines

I'm having some trouble getting this layout to work correctly in IE. The problem is that when I have a bit of small-caps, underlined text, an image with vertical-align set to middle breaks up the underline. Lower case letters have their underline shifted down. See the picture. This looks fine in Firefox, Chrome and Opera, but it's broke...

How to get small-caps using sIFR?

Hello, I'm new to sIFR and so far it's working very nicely. But now I need to replace something in small-caps. I tried just adding font-variant: small-caps; to my css inside the sIFR.replace() call, but it didn't work. I've read through all the sIFR documentation at http://wiki.novemberborn.net/sifr3 and realize there are certain...