summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-13 22:53:04 +0000
committerKarl Berry <karl@freefriends.org>2011-09-13 22:53:04 +0000
commite646dedf9c5e492e2598cdfd13cda820ad2f62a7 (patch)
tree081a6eab5571d8fbe3292abda0a0064d9c616422 /Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
parent2ff31e7482486eeb8c9d13664a15c30fc293da95 (diff)
fontspec 2.2 (13sep11)
git-svn-id: svn://tug.org/texlive/trunk@23936 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
new file mode 100644
index 00000000000..28673b1c254
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fontspec/testsuite/F-font-selection-bold.ltx
@@ -0,0 +1,11 @@
+\documentclass{testsuite}
+\usepackage{fontspec}
+\begin{document}
+\Large
+ \fontspec[BoldFont={Kurier Heavy}]
+ {Kurier Bold}
+ Kurier Bold \\
+ {\itshape Kurier Bold Italic} \\
+ {\bfseries Kurier Heavy } \\
+ {\bfseries\itshape Kurier Heavy Italic} \\
+\end{document} \ No newline at end of file