summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/testsuite/F-wordspace.ltx
blob: 92ccec4d1c0fdc8b057f4c047a459a233c88e708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{testsuite}
\usepackage{fontspec}
\begin{document}
\fontspec{TeX Gyre Termes}
Some text for our example to take
up some space, and to demonstrate
the default interword space.
\bigskip

\addfontfeature{ WordSpace = 0.3 }
Some text for our example to take
up some space, and to demonstrate
the default interword space.
\bigskip

\large
Some text for our example to take
up some space, and to demonstrate
the default interword space.
\end{document}