diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/vntex/t5upl.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/vntex/t5upl.fd | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/vntex/t5upl.fd b/Master/texmf-dist/tex/latex/vntex/t5upl.fd new file mode 100644 index 00000000000..482158a11a3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/vntex/t5upl.fd @@ -0,0 +1,57 @@ +% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. +% This file is part of vntex. License: LPPL, version 1.3 or newer, +% according to http://www.latex-project.org/lppl.txt + +%Filename: t5upl.fd +%Created by: tex mkurwvn +%Created using fontinst v1.929 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t5upl.fd} + [2005/08/24 Fontinst v1.929 font definitions for T5/upl.] + +\DeclareFontFamily{T5}{upl}{} + +\DeclareFontShape{T5}{upl}{m}{n}{ + <-> uplr8v +}{} + +\DeclareFontShape{T5}{upl}{m}{it}{ + <-> uplri8v +}{} + +\DeclareFontShape{T5}{upl}{m}{sl}{ + <-> uplro8v +}{} + +\DeclareFontShape{T5}{upl}{b}{n}{ + <-> uplb8v +}{} + +\DeclareFontShape{T5}{upl}{b}{it}{ + <-> uplbi8v +}{} + +\DeclareFontShape{T5}{upl}{b}{sl}{ + <-> uplbo8v +}{} + +\DeclareFontShape{T5}{upl}{m}{sc}{ + <-> uplrc8v +}{} + +\DeclareFontShape{T5}{upl}{b}{sc}{ + <-> uplbc8v +}{} + +\DeclareFontShape{T5}{upl}{b}{sc}{ + <-> uplbc8v +}{} + +\DeclareFontShape{T5}{upl}{bx}{n}{<->ssub * upl/b/n}{} +\DeclareFontShape{T5}{upl}{bx}{it}{<->ssub * upl/b/it}{} +\DeclareFontShape{T5}{upl}{bx}{sl}{<->ssub * upl/b/sl}{} +\DeclareFontShape{T5}{upl}{bx}{sc}{<->ssub * upl/b/sc}{} + +\endinput |