File: nash14bf.mf

package info (click to toggle)
arabtex 3.10-5
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 2,848 kB
  • ctags: 4
  • sloc: makefile: 44; sh: 23
file content (51 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (13)
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
%%%%%%%%%%%%%%%%%%%%%%%%%%% nash14bf.mf %%%%%%%%%%%%%%%%%%%%%%%%%%%
% Nash font at 14 pt, bold
% 08.04.92
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% (c) Klaus Lagally
%     Institut fuer Informatik
%     Universitaet Stuttgart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

if unknown nashbase: input nashbase fi

font_identifier "NASHBF";

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 nash

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

end.

%%%%%%%%%%%%%%%%%%%%%%%%%%% EOF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%