diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/F-ot-cvxx-2.ltx')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/testsuite/F-ot-cvxx-2.ltx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/F-ot-cvxx-2.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/F-ot-cvxx-2.ltx new file mode 100644 index 00000000000..b15bba6652b --- /dev/null +++ b/Master/texmf-dist/source/latex/fontspec/testsuite/F-ot-cvxx-2.ltx @@ -0,0 +1,10 @@ +\documentclass{testsuite} +\usepackage{fontspec} +\usepackage{xcolor} +\begin{document} +\huge +\fontspec{EB Garamond Italic} \& violet \\ +\fontspec[CharacterVariant={4}]{EB Garamond Italic} \& violet \\ +\fontspec[CharacterVariant={5:2}]{EB Garamond Italic} \& violet \\ +\fontspec[CharacterVariant={4,5:2}]{EB Garamond Italic} \& violet +\end{document}
\ No newline at end of file |