1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
\listfiles
\documentclass[family=ptm]{kerntest}
\kernsetup{encoding=T1,series=bx,shape=n,example=M}
\kernsetup{size=17.28pt,baselineskip=17pt,papersize=a4paper}
\kernsetup{extraname=example,color=true,footer=false}
\newglyphclass{right}{A}{A,Aring,Adieresis,Abreve[500]}
\newglyphclass{left}{A}{A,Aring,Adieresis,Abreve[500]}
\newglyphclass{right}{fullstop}{period,comma}
\newglyphclass{left}{fullstop}{period,comma}
\begin{document}
\begin{kerntable}
\testkern{016}{-30}{046}{-30}{017} decimal \\
\testkern{"10}{-}{"2C}{-}{"11} hexadecimal \\
\testkern{'020}{-}{'101}{-80}{'021} octal \\
\testkern{quotedblleft}{-}{Aring}{-80}{quotedblright} by name\\
\testkern{quotedblleft}{-100}{AE}{-}{quotedblright} \\
\testkern{quotedblleft}{-}{B}{-60}{quotedblright} \\
\testkern{quotedblleft}{-}{C}{-}{quotedblright} \\
\testkern{T}{-}{f}{+90}{T} \\
\testkern{quotedblbase}{-60}{T}{-}{quotedblleft} \\
\testkern{quotedblbase}{-}{Adieresis}{-}{quotedblleft} \\
\testkern{quotedblbase}{-}{A}{-200}{quotedblleft} \\
\testkern{quotedblbase}{-}{Aring}{-}{quotedblleft} \\
\testkern{quotedblbase}{-}{Abreve}{-}{quotedblleft} \\
\testkern{guillemotright}{-55}{V}{-55}{guillemotleft} \\
\end{kerntable}
\end{document}
|