summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/manuals/reference/en/typography/encodings.tex
blob: 6860d9fe4b0514379a491269d0ae99a975e61267 (plain)
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
32
% engine=pdftex

\environment contextref-env

\definefontsynonym [TestA] [ec-lmr10]       [encoding=ec]
\definefontsynonym [TestB] [texnansi-lmr10] [encoding=texnansi]
\definefontsynonym [TestC] [qx-lmr10]       [encoding=qx]
\definefontsynonym [TestD] [t5-lmr10]       [encoding=t5]


\starttext
\startTEXpage
\scale[width=\textwidth]{\showfont[TestA]}
\stopTEXpage

\startTEXpage
\scale[width=\textwidth]{\showfont[TestB]}
\stopTEXpage

\startTEXpage
\scale[width=\textwidth]{\showfont[TestC]}
\stopTEXpage

\startTEXpage
\scale[width=\textwidth]{\showfont[TestD]}
\stopTEXpage

\startTEXpage
\showaccents
\stopTEXpage

\stoptext