diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/vntex/t5unc.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/vntex/t5unc.fd | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/vntex/t5unc.fd b/Master/texmf-dist/tex/latex/vntex/t5unc.fd new file mode 100644 index 00000000000..3b3f9880ee7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/vntex/t5unc.fd @@ -0,0 +1,53 @@ +% 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: t5unc.fd +%Created by: tex mkurwvn +%Created using fontinst v1.929 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t5unc.fd} + [2005/08/24 Fontinst v1.929 font definitions for T5/unc.] + +\DeclareFontFamily{T5}{unc}{} + +\DeclareFontShape{T5}{unc}{m}{n}{ + <-> uncr8v +}{} + +\DeclareFontShape{T5}{unc}{m}{it}{ + <-> uncri8v +}{} + +\DeclareFontShape{T5}{unc}{m}{sl}{ + <-> uncro8v +}{} + +\DeclareFontShape{T5}{unc}{b}{n}{ + <-> uncb8v +}{} + +\DeclareFontShape{T5}{unc}{b}{it}{ + <-> uncbi8v +}{} + +\DeclareFontShape{T5}{unc}{b}{sl}{ + <-> uncbo8v +}{} + +\DeclareFontShape{T5}{unc}{m}{sc}{ + <-> uncrc8v +}{} + +\DeclareFontShape{T5}{unc}{b}{sc}{ + <-> uncbc8v +}{} + +\DeclareFontShape{T5}{unc}{bx}{n}{<->ssub * unc/b/n}{} +\DeclareFontShape{T5}{unc}{bx}{it}{<->ssub * unc/b/it}{} +\DeclareFontShape{T5}{unc}{bx}{sl}{<->ssub * unc/b/sl}{} +\DeclareFontShape{T5}{unc}{bx}{sc}{<->ssub * unc/b/sc}{} + +\endinput |