diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/softmakerfreefont/iceberg/latex/t16ib.fd |
Initial commit
Diffstat (limited to 'fonts/softmakerfreefont/iceberg/latex/t16ib.fd')
-rw-r--r-- | fonts/softmakerfreefont/iceberg/latex/t16ib.fd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/fonts/softmakerfreefont/iceberg/latex/t16ib.fd b/fonts/softmakerfreefont/iceberg/latex/t16ib.fd new file mode 100644 index 0000000000..7078de1466 --- /dev/null +++ b/fonts/softmakerfreefont/iceberg/latex/t16ib.fd @@ -0,0 +1,50 @@ +%Filename: t16ib.fd +%Created by: tex 6ib-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{t16ib.fd} + [2010/08/16 Fontinst v1.933 font definitions for T1/6ib.] + +\expandafter\ifx\csname SMFF@Sib@scale\endcsname\relax + \let\SMFF@Sib@@scale\@empty +\else + \edef\SMFF@Sib@@scale{s*[\csname SMFF@Sib@scale\endcsname]} +\fi + + +\DeclareFontFamily{T1}{6ib}{} + +\DeclareFontShape{T1}{6ib}{m}{n}{ + <-> \SMFF@Sib@@scale 6ibr8t +}{} + +\DeclareFontShape{T1}{6ib}{m}{sc}{ + <-> \SMFF@Sib@@scale 6ibrc8t +}{} + +\DeclareFontShape{T1}{6ib}{m}{sl}{ + <-> \SMFF@Sib@@scale 6ibro8t +}{} + +\DeclareFontShape{T1}{6ib}{b}{n}{ + <-> \SMFF@Sib@@scale 6ibb8t +}{} + +\DeclareFontShape{T1}{6ib}{b}{sc}{ + <-> \SMFF@Sib@@scale 6ibbc8t +}{} + +\DeclareFontShape{T1}{6ib}{b}{sl}{ + <-> \SMFF@Sib@@scale 6ibbo8t +}{} + +\DeclareFontShape{T1}{6ib}{m}{it}{<->ssub * 6ib/m/sl}{} +\DeclareFontShape{T1}{6ib}{bx}{n}{<->ssub * 6ib/b/n}{} +\DeclareFontShape{T1}{6ib}{bx}{sc}{<->ssub * 6ib/b/sc}{} +\DeclareFontShape{T1}{6ib}{bx}{sl}{<->ssub * 6ib/b/sl}{} +\DeclareFontShape{T1}{6ib}{b}{it}{<->ssub * 6ib/b/sl}{} +\DeclareFontShape{T1}{6ib}{bx}{it}{<->ssub * 6ib/b/it}{} + +\endinput |