summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx
new file mode 100644
index 00000000000..d1593613039
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fontspec/testsuite/F-loading-nested-scfeat.ltx
@@ -0,0 +1,19 @@
+\documentclass{testsuite}
+\usepackage{fontspec}
+\usepackage{xcolor}
+\begin{document}
+\fontspec[
+ UprightFeatures={Color = 220022,
+ SmallCapsFeatures = {Color=115511}},
+ ItalicFeatures={Color = 2244FF,
+ SmallCapsFeatures = {Color=112299}},
+ BoldFeatures={Color = FF4422,
+ SmallCapsFeatures = {Color=992211}},
+ BoldItalicFeatures={Color = 888844,
+ SmallCapsFeatures = {Color=444422}},
+ ]{TeX Gyre Termes}
+Upright {\scshape Small Caps}\\
+\itshape Italic {\scshape Italic Small Caps}\\
+\upshape\bfseries Bold {\scshape Bold Small Caps}\\
+\itshape Bold Italic {\scshape Bold Italic Small Caps}
+\end{document} \ No newline at end of file