blob: 315620e3ca1b51f6f5a799273ecd31cfda9f6c36 (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%% xnsh14bf.mf %%%%%%%%%%%%%%%%%%%%%%%
% Extended Nash font at 14 pt, bold
% 31.03.98
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% (c) Klaus Lagally
% Institut fuer Informatik
% Universitaet Stuttgart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
if unknown xnshbase: input xnshbase fi
font_identifier "XNASKHBF";
font_size 14.4pt#;
fs# := 14.4pt#;
% grid units
fs# = 25.4dx#;
fs# = 25.4dy#;
% diacritics distance
dia_d := 2;
% normal pen
px# := 2.4dy#; py# := 0.6dx#;
pen_angle := 50;
diag_angle = pen_angle - angle(px#,py#);
% dot pen
dp# := 2.2dy#; ap := 50;
% dot distances
dpx := 1.5; dpy := 3;
% small pen for diacritics
spx# := 1.5dx#;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
input xnsh
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
end.
%%%%%%%%%%%%%%%%%%%%%%%%%%% EOF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|