blob: 42023aa6ca0682732342343546a9117efba70236 (
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
|
font_identifier:="xadf11";
mode_setup;
font_size 10.24pt#;
nhh#:=2.56pt#;
nhw#:=3.072pt#;
gregwidth#:=0.5*sqrt(2)*nhw#;
thin#:=1/50designsize;
med#:=1/33designsize;
thick#:=1/16designsize;
thinwidth := 0.064pt;
beamht#:=0.48nhh#;
define_pixels(nhh,nhw,beamht,gregwidth);
define_blacker_pixels(thin,med,thick);
pair ne,se,sw,nw; %northeast,southeast,southwest,northwest
ne = up+right; se = down+right; sw = down+left; nw = up+left;
font_x_height nhh#;
font_quad nhw#;
input xadfgen
|