Command/setfontfeature
< Command
Jump to navigation
Jump to search
Contents
\setfontfeature
Summary
The command \setfontfeature is used to activate a defined font feature (OpenType or virtual).
Settings
Description
Examples
different possibilities to activate small caps
\def\Example{\tf Upright, {\it Italics,} {\bf Bold} and {\bi Bold Italics.}\par} \setupbodyfont[libertinus,rm,12pt] \Example {\setfontfeature{smallcaps}\Example} \style[style=smallcaps]{\Example} {\setsmallcaps\Example}