So: I want to create a special typeface to quote interface labels in a technical document. In my document preamble, I specify a font face, let's say Garamond:
Code: Select all
\newfontface\labelfont{Garamond}
\newcommand*{\menuitem}[1]{{\labelfont #1}}But I cannot modify the characteristics of Garamond in any way. I'd like it in SmallCaps but I realise that is a tall order, as it may not have a SmallCaps variant installed on my Windows. But why won't this work to get it into Uppercase?
Code: Select all
\newfontface\labelfont[Letters=Uppercase]{Garamond} Code: Select all
\usepackage{xcolor}
\newfontface\labelfont{Garamond}
\defaultfontfeatures[Garamond]{Color=444422}Code: Select all
\newfontface\labelfont[Color=blue]{Garamond} I'd like SmallCaps and a sans serif font if possible (not Garamond, obviously), but I cant get this thing to respond on even the most elementary level.
Thanks to anyone who can sort me out.
Cheers all,
EFR