blob: e50cd4fd06a5a08ad4524238ca164958268c8d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
%Filename: upx-ds.fd
%Created by: tex upx-ds-drv
%Created using fontinst v1.933
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{upx-ds.fd}
[2011/08/16 Fontinst v1.933 font definitions for U/px-ds.]
\expandafter\ifx\csname px-ds@scale\endcsname\relax
\let\pxds@@scale\@empty\else\edef\pxds@@scale{s*[\csname px-ds@scale\endcsname]}\fi
\DeclareFontFamily{U}{px-ds}{\skewchar \font =45}
\DeclareFontShape{U}{px-ds}{m}{n}{
<-> \pxds@@scale pxr-ds
}{}
\DeclareFontShape{U}{px-ds}{b}{n}{
<-> \pxds@@scale pxb-ds
}{}
\endinput
|