diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/vntex/t5phv.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/vntex/t5phv.fd | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/vntex/t5phv.fd b/Master/texmf-dist/tex/latex/vntex/t5phv.fd index 21254f4896b..4281bba8e5a 100644 --- a/Master/texmf-dist/tex/latex/vntex/t5phv.fd +++ b/Master/texmf-dist/tex/latex/vntex/t5phv.fd @@ -11,30 +11,36 @@ \ProvidesFile{t5uhv.fd} [2005/08/24 Fontinst v1.929 font definitions for T5/phv.] +\expandafter\ifx\csname Hv@scale\endcsname\relax + \let\Hv@@scale\@empty +\else + \edef\Hv@@scale{s*[\csname Hv@scale\endcsname]}% +\fi + \DeclareFontFamily{T5}{phv}{} \DeclareFontShape{T5}{phv}{m}{n}{ - <-> uhvr8v + <-> \Hv@@scale uhvr8v }{} \DeclareFontShape{T5}{phv}{m}{sl}{ - <-> uhvro8v + <-> \Hv@@scale uhvro8v }{} \DeclareFontShape{T5}{phv}{b}{n}{ - <-> uhvb8v + <-> \Hv@@scale uhvb8v }{} \DeclareFontShape{T5}{phv}{b}{sl}{ - <-> uhvbo8v + <-> \Hv@@scale uhvbo8v }{} \DeclareFontShape{T5}{phv}{m}{sc}{ - <-> uhvrc8v + <-> \Hv@@scale uhvrc8v }{} \DeclareFontShape{T5}{phv}{b}{sc}{ - <-> uhvbc8v + <-> \Hv@@scale uhvbc8v }{} \DeclareFontShape{T5}{phv}{m}{it}{<->ssub * phv/m/sl}{} |