blob: 3fba5ce6ebdd555f1e63060cc9776ecded46d5ed (
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
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Uxnsh.fd
%
% 31.08.93 1.0 created file when added support for NFSS2 (br)
% 04.04.1997 ranges fixed (KL)
% 17.09.1997 smaller sizes allowed
% 14.04.1998 font xnsh14
% 23.05.1999 name "uxnsh.fd"
% 19.10.1999 new font shape U/xnsh/*/s
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% (c) Bernd Raichle and Klaus Lagally
% Institut fuer Informatik
% Universitaet Stuttgart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file contains the font description of font `xnsh'
% fontencoding: U
% fontfamily: xnsh
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% make sure, that it is used with NFSS2 only
%
\ifx\DeclareFontShape\undefined
\message{Something is wrong -- %
this file can only be used with NFSS2!!!}
\expandafter\endinput\fi
\ProvidesFile{uxnsh.fd}[ 1999/10/19 v3.10 ArabTeX Naskh extd. font definitions]
\DeclareFontFamily{U}{xnsh}{}%
\DeclareFontShape{U}{xnsh}{m}{n}{%
<-6> sfixed * [7.2] xnsh14
<6-10> s * [1.44] xnsh14
<10><10.95><12><14.4><17.28><20.74><24.88> s * [1.44] xnsh14
}{}
\DeclareFontShape{U}{xnsh}{bx}{n}{%
<-6> sfixed * [7.2] xnsh14bf
<6-10> s * [1.44] xnsh14bf
<10><10.95><12><14.4><17.28><20.74><24.88> s * [1.44] xnsh14bf
}{}
% small version:
\DeclareFontShape{U}{xnsh}{m}{s}{%
<-6> sfixed * [6.0] xnsh14
<6-10> s * [1.20] xnsh14
<10><10.95><12><14.4><17.28><20.74><24.88> s * [1.20] xnsh14
}{}
\DeclareFontShape{U}{xnsh}{bx}{s}{%
<-6> sfixed * [6.0] xnsh14bf
<6-10> s * [1.20] xnsh14bf
<10><10.95><12><14.4><17.28><20.74><24.88> s * [1.20] xnsh14bf
}{}
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|