I, (OP), hacked this answer together after trying to interpret the Fontspec and Libertine package documentation.
I am not quite sure how or why this works, but it does ... If someone could delete these initial comments and add explanation, it would be very helpful, specifically:
- How do we know which font features are available to a specific font.
- Is there a catalogue of FontSpec features? (A Table, perhaps). I just randomly happened upon
FakeStretch, (luckily).
- What is the difference in using
\newfontfamily or using a new "face"?
Etc., Etc.
% **********************
\newfontfamily\MyFont{LinLibertineOI}[FakeStretch=0.75]
\newcommand{\ApplyFont}[1]{%
{\MyFont \large\ (#1)}%
}%
\scaleboxwill just scale a box, rather than a font."? – Oct 15 '19 at 02:30\parbox,\mbox,\fbox, etc., inside of\scalebox, everything inside of the box will be scaled, (obviously). However, all I want is a single sentence italicized in a paragraph to be in italics, but a little taller, or wider, than normal. Or, some other font style, (not just italics). – elika kohen Oct 15 '19 at 03:42