summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F006a.ltx
blob: 39cd453a155f7a05c051d38d0f3b806532585eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}