blob: 864517f25c6e8d74d9da9853f0ac9a37a5c5355c (
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
|
% output=pdftex interface=en
\usemodule[fnt-01]
\loadmapfile[ec-urw-urwgothic.map]
\starttext
\ShowFont[URWGothicL-Demi][ec-uagd8a][ec]
\ShowFont[URWGothicL-DemiObli][ec-uagdo8a][ec]
\ShowFont[URWGothicL-Book][ec-uagk8a][ec]
\ShowFont[URWGothicL-BookObli][ec-uagko8a][ec]
\setupheadertexts[\tttf example definitions]
\starttyping
texfont --fontroot=/home/taco/texmf --en=ec --ve=urw --co=urwgothic --so=auto --ro=TEXMFMAIN,TEXMFTE,TEXMFGW
\stoptyping
\starttyping
/home/taco/texmf/fonts/map/pdftex/context/ec-urw-urwgothic.map
\stoptyping
\starttyping
\definefontsynonym[URWGothicL-Demi][ec-uagd8a][encoding=ec]
\definefontsynonym[URWGothicL-DemiObli][ec-uagdo8a][encoding=ec]
\definefontsynonym[URWGothicL-Book][ec-uagk8a][encoding=ec]
\definefontsynonym[URWGothicL-BookObli][ec-uagko8a][encoding=ec]
\stoptyping
\page
\setupheadertexts[\tttf ec-urw-urwgothic.map]
\starttyping
ec-raw-uagd8a URWGothicL-Demi 4 < uagd8a.pfb ec.enc
ec-raw-uagdo8a URWGothicL-DemiObli 4 < uagdo8a.pfb ec.enc
ec-raw-uagk8a URWGothicL-Book 4 < uagk8a.pfb ec.enc
ec-raw-uagko8a URWGothicL-BookObli 4 < uagko8a.pfb ec.enc
\stoptyping
\stoptext
|