summaryrefslogtreecommitdiff
path: root/language/aramaic/serto/uassyr.fd
blob: 946283dcfd884a7743946c9f0fcc876eb307ee3a (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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% uassyr.fd
%
% For the use of assyr fonts within LaTeX
% Last modified 6th November 2003
%
%
%   fontencoding: u
%   fontfamily:   assyr
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% It has to be used with NFSS2 only
%
\ifx\DeclareFontShape\undefined
  \message{You should not use this file but with NFSS2}
\expandafter\endinput\fi


\DeclareFontFamily{U}{assyr}{}%

\DeclareFontShape{U}{assyr}{m}{n}{%
   <10><10.95><12><14.4><17.28><20.74><24.88>assy
}{}

\DeclareFontShape{U}{assyr}{m}{b}{%
   <10><10.95><12><14.4><17.28><20.74><24.88>assyrb10
}{}


\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%