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/tex-gyre/latex/ot1qcs.fd |
Initial commit
Diffstat (limited to 'fonts/tex-gyre/latex/ot1qcs.fd')
-rw-r--r-- | fonts/tex-gyre/latex/ot1qcs.fd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/fonts/tex-gyre/latex/ot1qcs.fd b/fonts/tex-gyre/latex/ot1qcs.fd new file mode 100644 index 0000000000..1840aed149 --- /dev/null +++ b/fonts/tex-gyre/latex/ot1qcs.fd @@ -0,0 +1,35 @@ +% This file belongs to the TeX Gyre collection of fonts. The work is released +% under the GUST Font License. See the MANIFEST-TeX-Gyre-Schola.txt +% and README-TeX-Gyre-Schola.txt files for the details. +% For the most recent version of this license see +% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or +% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt + +\ProvidesFile{ot1qcs.fd}[2009/09/25 v1.2 font definition file for OT1/qcs] + +\ifx\qcs@set@spacing\@undefined +\global\let\qcs@set@spacing\@empty\fi +\providecommand*\qcs@scale{} +\ifx\qcs@scale\@empty\else + \edef\qcs@scale{s*[\qcs@scale]}% +\fi + +\DeclareFontFamily{OT1}{qcs}{\qcs@set@spacing} +\DeclareFontShape{OT1}{qcs}{b}{sc}{<-> \qcs@scale rm-qcsb-sc}{} +\DeclareFontShape{OT1}{qcs}{b}{n}{<-> \qcs@scale rm-qcsb}{} +\DeclareFontShape{OT1}{qcs}{b}{scit}{<-> \qcs@scale rm-qcsbi-sc}{} +\DeclareFontShape{OT1}{qcs}{b}{it}{<-> \qcs@scale rm-qcsbi}{} +\DeclareFontShape{OT1}{qcs}{m}{sc}{<-> \qcs@scale rm-qcsr-sc}{} +\DeclareFontShape{OT1}{qcs}{m}{n}{<-> \qcs@scale rm-qcsr}{} +\DeclareFontShape{OT1}{qcs}{m}{scit}{<-> \qcs@scale rm-qcsri-sc}{} +\DeclareFontShape{OT1}{qcs}{m}{it}{<-> \qcs@scale rm-qcsri}{} +\DeclareFontShape{OT1}{qcs}{bx}{sc}{<->ssub * qcs/b/sc}{} +\DeclareFontShape{OT1}{qcs}{bx}{n}{<->ssub * qcs/b/n}{} +\DeclareFontShape{OT1}{qcs}{bx}{scit}{<->ssub * qcs/b/scit}{} +\DeclareFontShape{OT1}{qcs}{bx}{it}{<->ssub * qcs/b/it}{} +\DeclareFontShape{OT1}{qcs}{b}{sl}{<->sub * qcs/b/it}{} +\DeclareFontShape{OT1}{qcs}{m}{sl}{<->sub * qcs/m/it}{} +\DeclareFontShape{OT1}{qcs}{b}{scsl}{<->sub * qcs/b/scit}{} +\DeclareFontShape{OT1}{qcs}{m}{scsl}{<->sub * qcs/m/scit}{} +\endinput +% End of ot1qcs |