diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx/untxtt.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/untxtt.fd | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/untxtt.fd b/Master/texmf-dist/tex/latex/newtx/untxtt.fd new file mode 100644 index 00000000000..a07ab3a5699 --- /dev/null +++ b/Master/texmf-dist/tex/latex/newtx/untxtt.fd @@ -0,0 +1,54 @@ +\ProvidesFile{untxtt.fd} + [2000/12/15 v3.1] +\expandafter\ifx\csname ntx@scaled\endcsname\relax + \let\ntx@scaled\@empty% +\fi + +\DeclareFontFamily{U}{ntxtt}{\hyphenchar \font\m@ne} +\DeclareFontShape{U}{ntxtt}{m}{n}{ %rebular + <-> \ntx@scaled txtt% +}{} +\DeclareFontShape{U}{ntxtt}{m}{sc}{ %cap & small cap + <-> \ntx@scaled txttsc% +}{} +\DeclareFontShape{U}{ntxtt}{m}{sl}{ %slanted + <-> \ntx@scaled txttsl% +}{} +\DeclareFontShape{U}{ntxtt}{m}{it}{ %italic + <->ssub * txtt/m/sl% +}{} +\DeclareFontShape{U}{ntxtt}{m}{ui}{ %unslanted italic + <->ssub * txtt/m/sl% +}{} +\DeclareFontShape{U}{ntxtt}{b}{n}{ %bold + <-> \ntx@scaled txbtt% +}{} +\DeclareFontShape{U}{ntxtt}{b}{sc}{ %bold cap & small cap + <-> \ntx@scaled txbttsc% +}{} +\DeclareFontShape{U}{ntxtt}{b}{sl}{ %bold slanted + <-> \ntx@scaled txbttsl% +}{} +\DeclareFontShape{U}{ntxtt}{b}{it}{ %bold italic + <->ssub * txtt/b/sl% +}{} +\DeclareFontShape{U}{ntxtt}{b}{ui}{ %bold unslanted italic + <->ssub * txtt/b/sl% +}{} +\DeclareFontShape{U}{ntxtt}{bx}{n}{ %bold extended + <->ssub * txtt/b/n% +}{} +\DeclareFontShape{U}{ntxtt}{bx}{sc}{ %bold extended cap & small cap + <->ssub * txtt/b/sc% +}{} +\DeclareFontShape{U}{ntxtt}{bx}{sl}{ %bold extended slanted + <->ssub * txtt/b/sl% +}{} +\DeclareFontShape{U}{ntxtt}{bx}{it}{ %bold extended italic + <->ssub * txtt/b/sl% +}{} +\DeclareFontShape{U}{ntxtt}{bx}{ui}{ %bold extended unslanted italic + <->ssub * txtt/b/sl% +}{} + +\endinput |