summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F004a.ltx
blob: b6b32e4c0d1ef8685c15ea218488da108f23141d (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{testsuite}
\usepackage{fontspec}
\usepackage{xcolor}
\begin{document}
   \fontspec[ SizeFeatures={
       {Size={-8}, Font=TeX Gyre Bonum Italic, Color=AA0000},
       {Size={8-14}, Color=00AA00},
       {Size={14-}, Color=0000AA}} ]{TeX Gyre Chorus}

   {\scriptsize Small\par} Normal size\par {\Large Large\par}
\end{document}