summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-hyphenchar.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-hyphenchar.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-hyphenchar.ltx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/testsuite/F-hyphenchar.ltx15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/testsuite/F-hyphenchar.ltx b/Master/texmf-dist/source/latex/fontspec/testsuite/F-hyphenchar.ltx
new file mode 100644
index 00000000000..39cd453a155
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fontspec/testsuite/F-hyphenchar.ltx
@@ -0,0 +1,15 @@
+\documentclass{testsuite}
+\usepackage{fontspec}
+\begin{document}
+\def\text{\fbox{\parbox{1.55cm}{%
+ EXAMPLE HYPHENATION%
+}}\hfill}
+
+\fontspec{TeX Gyre Termes}
+\addfontfeature{HyphenChar=None}
+\text
+\addfontfeature{HyphenChar={+}}
+\text
+\addfontfeature{HyphenChar={"2A}}
+\text
+\end{document} \ No newline at end of file