blob: 8a967b0d3b0e1e170af41c47fbf182146043c24b (
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
|
%% Generated by autoinst on 2012/10/31
%%
\ProvidesFile{OT1SourceCodePro-OsF.fd}
[2012/10/31 (autoinst) Font definitions for OT1/SourceCodePro-OsF.]
\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax
\let\SourceCodePro@@scale\@empty
\else
\edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}%
\fi
\DeclareFontFamily{OT1}{SourceCodePro-OsF}{}
\DeclareFontShape{OT1}{SourceCodePro-OsF}{l}{n}{
<-> \SourceCodePro@@scale SourceCodePro-Light-osf-ot1
}{}
\DeclareFontShape{OT1}{SourceCodePro-OsF}{k}{n}{
<-> \SourceCodePro@@scale SourceCodePro-Black-osf-ot1
}{}
\DeclareFontShape{OT1}{SourceCodePro-OsF}{b}{n}{
<-> \SourceCodePro@@scale SourceCodePro-Bold-osf-ot1
}{}
\DeclareFontShape{OT1}{SourceCodePro-OsF}{sb}{n}{
<-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-ot1
}{}
\DeclareFontShape{OT1}{SourceCodePro-OsF}{m}{n}{
<-> \SourceCodePro@@scale SourceCodePro-Regular-osf-ot1
}{}
\DeclareFontShape{OT1}{SourceCodePro-OsF}{el}{n}{
<-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-ot1
}{}
\endinput
|