diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/paratype/tex/T1PTMono-TLF.fd |
Initial commit
Diffstat (limited to 'fonts/paratype/tex/T1PTMono-TLF.fd')
-rw-r--r-- | fonts/paratype/tex/T1PTMono-TLF.fd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/fonts/paratype/tex/T1PTMono-TLF.fd b/fonts/paratype/tex/T1PTMono-TLF.fd new file mode 100644 index 0000000000..dff19cfb2a --- /dev/null +++ b/fonts/paratype/tex/T1PTMono-TLF.fd @@ -0,0 +1,32 @@ +\ProvidesFile{T1PTMono-TLF.fd} + [2014/02/02 Font definitions for T1/PTMono-TLF.] + +\expandafter\ifx\csname PTMono@scale\endcsname\relax + \let\PTMono@@scale\@empty +\else + \edef\PTMono@@scale{s*[\csname PTMono@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{PTMono-TLF}{} + +\DeclareFontShape{T1}{PTMono-TLF}{m}{n}{ + <-> \PTMono@@scale PTMono-Regular-tlf-t1 +}{} + +\DeclareFontShape{T1}{PTMono-TLF}{b}{n}{ + <-> \PTMono@@scale PTMono-Bold-tlf-t1 +}{} + +\DeclareFontShape{T1}{PTMono-TLF}{m}{sl}{ + <-> \PTMono@@scale PTMono-Slanted-tlf-t1 +}{} + +\DeclareFontShape{T1}{PTMono-TLF}{b}{sl}{ + <-> \PTMono@@scale PTMono-BoldSlanted-tlf-t1 +}{} + + +\DeclareFontShape{T1}{PTMono-TLF}{bx}{n}{<->ssub * PTMono-TLF/b/n}{} +\DeclareFontShape{T1}{PTMono-TLF}{bx}{sl}{<->ssub * PTMono-TLF/b/sl}{} + +\endinput |