Difference between revisions of "Command/setff"

From Wiki
Jump to navigation Jump to search
 
Line 57: Line 57:
  
 
[[Category:Command/Fonts|setff]]
 
[[Category:Command/Fonts|setff]]
[[Category:Old_content]]
+
[[Category:Old_Content]]

Latest revision as of 19:32, 17 May 2024

\setff

Syntax (autogenerated)


Syntax

\setff{...}
{...} font feature name

Description

This command is deprecated! see Fonts/Featuresets

\setff{myfontfeatureset} changes the set of font features to a set previously defined with \definefontfeature[myfontfeatureset]{...}. The set remains active until the end of the current scope.

Example

\definefontfeature[smallcapitals] [smcp=yes]
\definefontfeature[oldstylenumber][onum=yes]

\setupbodyfont[pagella]

\starttext

% kerning is active by default
% but not in the smallcapitals set, so \setff turns it off
{VA abc \setff{smallcapitals} VA abc}

% kerning is active by default
% \addff adds the features in the smallcapitals set; kerning remains on
{VA abc \addff{smallcapitals} VA abc}

{12345 \setff{oldstylenumber} 12345}

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: