diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/gentium-tug/x2gentiumbook.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/gentium-tug/x2gentiumbook.fd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/gentium-tug/x2gentiumbook.fd b/Master/texmf-dist/tex/latex/gentium-tug/x2gentiumbook.fd new file mode 100644 index 00000000000..dfae0786622 --- /dev/null +++ b/Master/texmf-dist/tex/latex/gentium-tug/x2gentiumbook.fd @@ -0,0 +1,50 @@ +\ProvidesFile{x2gentiumbook.fd} + [2022/05/09 Font definitions for gentiumbook.] + +\expandafter\ifx\csname gentiumbook@scale\endcsname\relax + \let\gentiumbook@@scale\@empty +\else + \edef\gentiumbook@@scale{s*[\csname gentiumbook@scale\endcsname]}% +\fi + +\DeclareFontFamily{X2}{gentiumbook}{} + +\DeclareFontShape{X2}{gentiumbook}{m}{n}{ + <-> \gentiumbook@@scale x2-gentiumbook-regular +}{} + +\DeclareFontShape{X2}{gentiumbook}{m}{it}{ + <-> \gentiumbook@@scale x2-gentiumbook-italic +}{} + +\DeclareFontShape{X2}{gentiumbook}{b}{n}{ + <-> \gentiumbook@@scale x2-gentiumbook-bold +}{} + +\DeclareFontShape{X2}{gentiumbook}{b}{it}{ + <-> \gentiumbook@@scale x2-gentiumbook-bolditalic +}{} + +\DeclareFontShape{X2}{gentiumbook}{m}{sc}{ + <-> \gentiumbook@@scale x2-gentiumbook-regular-sc +}{} + +\DeclareFontShape{X2}{gentiumbook}{m}{scit}{ + <-> \gentiumbook@@scale x2-gentiumbook-italic-sc +}{} + +\DeclareFontShape{X2}{gentiumbook}{b}{sc}{ + <-> \gentiumbook@@scale x2-gentiumbook-bold-sc +}{} + +\DeclareFontShape{X2}{gentiumbook}{b}{scit}{ + <-> \gentiumbook@@scale x2-gentiumbook-bolditalic-sc +}{} + +\DeclareFontShape{X2}{gentiumbook}{m}{sl}{<->ssub * gentiumbook/m/it}{} +\DeclareFontShape{X2}{gentiumbook}{b}{sl}{<->ssub * gentiumbook/b/it}{} +\DeclareFontShape{X2}{gentiumbook}{bx}{sl}{<->ssub * gentiumbook/b/it}{} +\DeclareFontShape{X2}{gentiumbook}{bx}{it}{<->ssub * gentiumbook/b/it}{} +\DeclareFontShape{X2}{gentiumbook}{bx}{n}{<->ssub * gentiumbook/b/n}{} + +\endinput |