blob: a8c696ffd685c63c899651fefd2875e1ef168157 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
\input con-om.tex
\setupbodyfont[omlgc,12pt]
\showframe[text]
\starttext%
\textbullet\ This is a test coffin
{\tfc \textbullet\ This is a test coffin}
{\bf \textbullet\ This is a test coffin}
{\bfc \textbullet\ This is a test coffin}
\startgreek
\textbullet\ A B G D a b g d
{\tfc \textbullet\ A B G D a b g d}
{\bf \textbullet\ A B G D a b g d}
{\bfc \textbullet\ A B G D a b g d}
\stopgreek
\startarab
`rby:
\textbullet\ A b t th j H kh
{\tfc \textbullet\ A b t th j H kh}
{\bf \textbullet\ A b t th j H kh}
{\bfc \textbullet\ A b t th j H kh}
fArsy:
{\tfc \textbullet\ A b p t th j ch H kh}
\starturdu
ArdU:
{\tfc \textbullet\ A b p t 't th j ch H kh}
\stopurdu
`rby:
bsm ALLah Al-rrHmn Al-rrHym
fArsy:
bh nAm khdAwnd b-kh-sh-nde mhrbAn
\starturdu
ArdU:
ALLah kE nAm sE jw rHmAn w rHym hE
\stopurdu
\stoparab
\stoptext
|