summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-alias-feature-option.ltx
blob: 103bc0b4373cd3962701f465df9deef3b1017cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\documentclass{testsuite}
\usepackage{fontspec}
\begin{document}

\aliasfontfeature{Numbers}{123}
\aliasfontfeatureoption{Numbers}{Lining}{UC}
\aliasfontfeatureoption{Numbers}{OldStyle}{LC}

\fontspec[123=UC]{TeX Gyre Pagella}
Numbers: 12345

\fontspec[123=LC]{TeX Gyre Pagella}
Numbers: 12345

\end{document}