blob: 8f8a9fed0429a656b49a512001b85c3a4e13dd51 (
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
|
\ProvidesFile{ot1ntxtt.fd}
[2012/04/20 v3.1]
\expandafter\ifx\csname ntx@scaled\endcsname\relax
\let\ntx@scaled\@empty%
\fi
\DeclareFontFamily{OT1}{ntxtt}{\hyphenchar \font\m@ne}
\DeclareFontShape{OT1}{ntxtt}{m}{n}{ %rebular
<-> \ntx@scaled txtt%
}{}
\DeclareFontShape{OT1}{ntxtt}{m}{sc}{ %cap & small cap
<-> \ntx@scaled txttsc%
}{}
\DeclareFontShape{OT1}{ntxtt}{m}{sl}{ %slanted
<-> \ntx@scaled txttsl%
}{}
\DeclareFontShape{OT1}{ntxtt}{m}{it}{ %italic
<->ssub * txtt/m/sl%
}{}
\DeclareFontShape{OT1}{ntxtt}{m}{ui}{ %unslanted italic
<->ssub * txtt/m/sl%
}{}
\DeclareFontShape{OT1}{ntxtt}{b}{n}{ %bold
<-> \ntx@scaled txbtt%
}{}
\DeclareFontShape{OT1}{ntxtt}{b}{sc}{ %bold cap & small cap
<-> \ntx@scaled txbttsc%
}{}
\DeclareFontShape{OT1}{ntxtt}{b}{sl}{ %bold slanted
<-> \ntx@scaled txbttsl%
}{}
\DeclareFontShape{OT1}{ntxtt}{b}{it}{ %bold italic
<->ssub * txtt/b/sl%
}{}
\DeclareFontShape{OT1}{ntxtt}{b}{ui}{ %bold unslanted italic
<->ssub * txtt/b/sl%
}{}
\DeclareFontShape{OT1}{ntxtt}{bx}{n}{ %bold extended
<->ssub * txtt/b/n%
}{}
\DeclareFontShape{OT1}{ntxtt}{bx}{sc}{ %bold extended cap & small cap
<->ssub * txtt/b/sc%
}{}
\DeclareFontShape{OT1}{ntxtt}{bx}{sl}{ %bold extended slanted
<->ssub * txtt/b/sl%
}{}
\DeclareFontShape{OT1}{ntxtt}{bx}{it}{ %bold extended italic
<->ssub * txtt/b/sl%
}{}
\DeclareFontShape{OT1}{ntxtt}{bx}{ui}{ %bold extended unslanted italic
<->ssub * txtt/b/sl%
}{}
\endinput
|