diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-22 20:22:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-22 20:22:34 +0000 |
commit | 23859d94980a5edd9fe69596997ddf2192c09f58 (patch) | |
tree | 84460f1bd6294644b090b195abc1c23f50ec093a /Master/texmf-dist/tex/latex/gentium-tug/t5gentiumbook.fd | |
parent | e520717d2f6648a7c8215368f03a9ea21b962ed0 (diff) |
gentium-tug (22may22)
git-svn-id: svn://tug.org/texlive/trunk@63367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gentium-tug/t5gentiumbook.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/gentium-tug/t5gentiumbook.fd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/gentium-tug/t5gentiumbook.fd b/Master/texmf-dist/tex/latex/gentium-tug/t5gentiumbook.fd new file mode 100644 index 00000000000..29b0eec593b --- /dev/null +++ b/Master/texmf-dist/tex/latex/gentium-tug/t5gentiumbook.fd @@ -0,0 +1,50 @@ +\ProvidesFile{t5gentiumbook.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{T5}{gentiumbook}{} + +\DeclareFontShape{T5}{gentiumbook}{m}{n}{ + <-> \gentiumbook@@scale t5-gentiumbook-regular +}{} + +\DeclareFontShape{T5}{gentiumbook}{m}{it}{ + <-> \gentiumbook@@scale t5-gentiumbook-italic +}{} + +\DeclareFontShape{T5}{gentiumbook}{b}{n}{ + <-> \gentiumbook@@scale t5-gentiumbook-bold +}{} + +\DeclareFontShape{T5}{gentiumbook}{b}{it}{ + <-> \gentiumbook@@scale t5-gentiumbook-bolditalic +}{} + +\DeclareFontShape{T5}{gentiumbook}{m}{sc}{ + <-> \gentiumbook@@scale t5-gentiumbook-regular-sc +}{} + +\DeclareFontShape{T5}{gentiumbook}{m}{scit}{ + <-> \gentiumbook@@scale t5-gentiumbook-italic-sc +}{} + +\DeclareFontShape{T5}{gentiumbook}{b}{sc}{ + <-> \gentiumbook@@scale t5-gentiumbook-bold-sc +}{} + +\DeclareFontShape{T5}{gentiumbook}{b}{scit}{ + <-> \gentiumbook@@scale t5-gentiumbook-bolditalic-sc +}{} + +\DeclareFontShape{T5}{gentiumbook}{m}{sl}{<->ssub * gentiumbook/m/it}{} +\DeclareFontShape{T5}{gentiumbook}{b}{sl}{<->ssub * gentiumbook/b/it}{} +\DeclareFontShape{T5}{gentiumbook}{bx}{sl}{<->ssub * gentiumbook/b/it}{} +\DeclareFontShape{T5}{gentiumbook}{bx}{it}{<->ssub * gentiumbook/b/it}{} +\DeclareFontShape{T5}{gentiumbook}{bx}{n}{<->ssub * gentiumbook/b/n}{} + +\endinput |