summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/19-letterspacefont/f.tex
blob: 382eec638cad5bf2a1947b5fe0ed8e5a5848511c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\parindent=0pt
\pdfprotrudechars2

H

\font\x=FdSymbolB-Regular at 10pt
\x
\lpcode\x`b=500
bye % no protrusion

\fontdimen6\x=10pt
bye % protrusion fixed

% here it doesn't work
\letterspacefont\xy\x 300
% \fontdimen6\xy=10pt % no difference
\lpcode\xy`b=500
\xy
bye
\end