blob: edd6dd0f7e5150ee13647214a339689cd55b23a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\environment onandon-speed-000
\ProcessSample{bodyfont} \setupbodyfont[dejavu]
\starttext
\def\Sample#1%
{\start
\switchtobodyfont[#1]
\setbox\scratchbox\hbox{\tf\bf\it\bi}%
\stop}
\ProcessSample{bodyfont switch and 4 style changes (first time)}
\ProcessSample{bodyfont switch and 4 style changes (follow up)}
\stoptext
|