diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine/ufxbbf.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/ufxbbf.fd | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/ufxbbf.fd b/Master/texmf-dist/tex/latex/libertine/ufxbbf.fd new file mode 100644 index 00000000000..17e44507c49 --- /dev/null +++ b/Master/texmf-dist/tex/latex/libertine/ufxbbf.fd @@ -0,0 +1,65 @@ +\ProvidesFile{ufxbbf.fd} + [2010/03/07 scaled font definitions for libertine U/fxbbf (Nm).] + +\expandafter\ifx\csname fxl@scale\endcsname\relax + \let\fxl@@scale\@empty% +\else + \edef\fxl@@scale{s*[\csname fxl@scale\endcsname]}% +\fi + +\DeclareFontFamily{U}{fxbbf}{} + +\DeclareFontShape{U}{fxbbf}{m}{n}{ + <-> \fxl@@scale fxbr-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{m}{it}{ + <-> \fxl@@scale fxbri-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{m}{sl}{ + <-> \fxl@@scale fxbro-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{b}{n}{ + <-> \fxl@@scale fxbb-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{b}{sl}{ + <-> \fxl@@scale fxbbo-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{o}{n}{ + <-> \fxl@@scale fxbo-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{o}{it}{ + <-> \fxl@@scale fxboi-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{o}{b}{ + <-> \fxl@@scale fxbob-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{s}{n}{ + <-> \fxl@@scale fxbs-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{s}{it}{ + <-> \fxl@@scale fxbsi-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{s}{b}{ + <-> \fxl@@scale fxbsb-xb-bf +}{} + +\DeclareFontShape{U}{fxbbf}{bx}{n}{<->ssub * fxbbf/b/n}{} +\DeclareFontShape{U}{fxbbf}{bx}{sl}{<->ssub * fxbbf/b/sl}{} +\DeclareFontShape{U}{fxbbf}{b}{it}{<->ssub * fxbbf/b/sl}{} +\DeclareFontShape{U}{fxbbf}{bx}{it}{<->ssub * fxbbf/b/it}{} +\DeclareFontShape{U}{fxbbf}{o}{sl}{<->ssub * fxbbf/o/it}{} +\DeclareFontShape{U}{fxbbf}{o}{bx}{<->ssub * fxbbf/o/b}{} +\DeclareFontShape{U}{fxbbf}{s}{sl}{<->ssub * fxbbf/s/it}{} +\DeclareFontShape{U}{fxbbf}{s}{bx}{<->ssub * fxbbf/s/b}{} + +\endinput |