blob: 90d924c00fbc3cab714054f2cc427bb0a8a1d237 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\environment onandon-speed-000
\ProcessSample{bodyfont} \setupbodyfont[dejavu]
\dontcomplain
\starttext
\def\Sample#1%
{\start
\tttf\tx
\dorecurse\SampleCount{\sapolsky\space\sapolsky\space\sapolsky\space\sapolsky\par}%
\stop}
\startlayout[page]
\ProcessBaselineSample {\SampleCount\space paragraphs with 4 texts and no features}
\stoplayout
\stoptext
|