blob: 725a130b2feece9095dea28e3d563b5598c4f2ac (
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
|
\ProvidesFile{ot1nmss.fd}
[2014/03/17 Cyrillic Modern font definitions]
\DeclareFontFamily{OT1}{nmss}{\hyphenchar\font45 }
\DeclareFontShape{OT1}{nmss}{m}{n}
{%
<5><6><7><8>ot1-nmss8%
<9>ot1-nmss9%
<10><10.95>ot1-nmss10%
<12><14.4>ot1-nmss12%
<17.28><20.74><24.88>ot1-nmss17%
}{}
% Font undefined, therefore substituted
\DeclareFontShape{OT1}{nmss}{m}{it}
{<->sub*nmss/m/sl}{}
\DeclareFontShape{OT1}{nmss}{m}{sl}
{%
<5><6><7><8ot1->nmssi8<9>ot1-nmssi9%
<10><10.95>ot1-nmssi10%
<12><14.4>ot1-nmssi12%
<17.28><20.74><24.88>ot1-nmssi17%
}{}
%%%%%%% Font/shape undefined, therefore substituted
\DeclareFontShape{OT1}{nmss}{m}{sc}
{<->sub*nmr/m/sc}{}
%%%%%%% Font/shape undefined, therefore substituted
\DeclareFontShape{OT1}{nmss}{m}{ui}
{<->sub*nmss/m/n}{}
%%%%%%%% semibold condensed series
\DeclareFontShape{OT1}{nmss}{sbc}{n}
{%
<5><6><7><8><9>ot1-nmssdc10%
<10><10.95><12><14.4><17.28><20.74><24.88>ot1-nmssdc10%
}{}
%%%%%%%%% bold extended series
\DeclareFontShape{OT1}{nmss}{bx}{n}
{%
<5><6><7><8><9>ot1-nmssbx10%
<10><10.95><12><14.4><17.28><20.74><24.88>ot1-nmssbx10%
}{}
%%%%%%% Font/shape undefined, therefore substituted
\DeclareFontShape{OT1}{nmss}{bx}{ui}
{<->sub*nmss/bx/n}{}
\endinput
%%
%% End of file `ot1nmss.fd'.
|