blob: c2f59d2fb56d6cc6090561bd0921f8313691e69f (
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
|
% This file belongs to the Latin Modern package. The work is released
% under the GUST Font License. See the MANIFEST-Latin-Modern.txt and
% README-Latin-Modern.txt files for the details. For the most recent version of
% this license see http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
% or http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
\ProvidesFile{ot4lmss.fd}[2009/10/30 v1.6 Font defs for Latin Modern]
\DeclareFontFamily{OT4}{lmss}{}
\DeclareFontShape{OT4}{lmss}{m}{n}
{<-8.5> rm-lmss8
<8.5-9.5> rm-lmss9 <9.5-11> rm-lmss10
<11-15.5> rm-lmss12 <15.5-> rm-lmss17
}{}
\DeclareFontShape{OT4}{lmss}{m}{it}
{<->ssub*lmss/m/sl}{}
\DeclareFontShape{OT4}{lmss}{m}{sl}
{<-8.5> rm-lmsso8
<8.5-9.5> rm-lmsso9 <9.5-11> rm-lmsso10
<11-15.5> rm-lmsso12 <15.5-> rm-lmsso17
}{}
%%%%%%% Font/shape undefined, therefore substituted
\DeclareFontShape{OT4}{lmss}{m}{sc}
{<->sub*lmr/m/sc}{}
\DeclareFontShape{OT4}{lmss}{b}{n}
{<->ssub * lmss/bx/n}{}
\DeclareFontShape{OT4}{lmss}{b}{sl}
{<->ssub * lmss/bx/sl}{}
\DeclareFontShape{OT4}{lmss}{b}{it}
{<->ssub * lmss/bx/it}{}
%%%%%%%% semibold condensed series
\DeclareFontShape{OT4}{lmss}{sbc}{n}
{<-> rm-lmssdc10}{}
\DeclareFontShape{OT4}{lmss}{sbc}{sl}
{<-> rm-lmssdo10}{}
\DeclareFontShape{OT4}{lmss}{sbc}{it}
{<->ssub*lmss/sbc/sl}{}
%%%%%%%%% bold extended series
\DeclareFontShape{OT4}{lmss}{bx}{n}
{<-> rm-lmssbx10}{}
\DeclareFontShape{OT4}{lmss}{bx}{sl}
{<-> rm-lmssbo10}{}
\DeclareFontShape{OT4}{lmss}{bx}{it}
{<->ssub*lmss/bx/sl}{}
\endinput
%%
%% End of file `ot4lmss.fd'.
|