\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{SourceSansThree}
    [2026/03/01 (autoinst)  Style file for SourceSansThree fonts.]

\RequirePackage{xkeyval}
\newcommand*{\SourceSansThree@scale}{1}
\DeclareOptionX{scale}{\renewcommand*{\SourceSansThree@scale}{#1}}
\DeclareOptionX{scaled}{\renewcommand*{\SourceSansThree@scale}{#1}}

\DeclareOptionX{lining}{\edef\SourceSansThree@figurestyle{LF}}
\DeclareOptionX{oldstyle}{\edef\SourceSansThree@figurestyle{OsF}}
\DeclareOptionX{tabular}{\edef\SourceSansThree@figurealign{T}}
\DeclareOptionX{proportional}{\edef\SourceSansThree@figurealign{}}
\edef\SourceSansThree@figurestyle{OsF}
\edef\SourceSansThree@figurealign{}

\DeclareOptionX{mainfont}{
    \renewcommand{\familydefault}{\sfdefault}
}
\DeclareOptionX{black}{\edef\bfseries@sf{black}}
\DeclareOptionX{semibold}{\edef\bfseries@sf{semibold}}
\DeclareOptionX{bold}{\edef\bfseries@sf{bold}}
\DeclareOptionX{medium}{\edef\mdseries@sf{medium}}
\DeclareOptionX{regular}{\edef\mdseries@sf{regular}}

\ProcessOptionsX\relax

\RequirePackage[T1,LY1,LGR]{fontenc}
\RequirePackage{textcomp}
\RequirePackage{ifthen}
\RequirePackage{mweights}

\IfFileExists{fontaxes.sty}{
    \RequirePackage{fontaxes}
    \fa@naming@exception{figures}{{superior}{proportional}}{Sup}
    \fa@naming@exception{figures}{{superior}{tabular}}{Sup}
    \def\supfigures{\@nomath\supfigures
        \fontfigurestyle{superior}\selectfont}
    \let\sufigures\supfigures
    \DeclareTextFontCommand{\textsup}{\supfigures}
    \let\textsu\textsup
    \let\textsuperior\textsup
    \let\@oldtextsuperscript\textsuperscript
    \def\textsuperscript{\@ifstar\@oldtextsuperscript\textsup}
    \def\@makefnmark{%
        \mbox{\footnotemarkfont\textsuperscript{\@thefnmark}}}
    \@ifundefined{ftntm@font}%
        {\let\footnotemarkfont\normalfont}%
        {\let\footnotemarkfont\ftntm@font}

    \fa@naming@exception{figures}{{inferior}{proportional}}{Inf}
    \fa@naming@exception{figures}{{inferior}{tabular}}{Inf}
    \def\inffigures{\@nomath\inffigures
        \fontfigurestyle{inferior}\selectfont}
    \let\infigures\inffigures
    \DeclareTextFontCommand{\textinf}{\inffigures}
    \let\textin\textinf
    \let\textinferior\textinf
    \let\@oldtextsubscript\textsubscript
    \def\textsubscript{\@ifstar\@oldtextsubscript\textinf}

    \fa@naming@exception{figures}{{numerators}{proportional}}{Numr}
    \fa@naming@exception{figures}{{numerator}{proportional}}{Numr}
    \fa@naming@exception{figures}{{numerators}{tabular}}{Numr}
    \fa@naming@exception{figures}{{numerator}{tabular}}{Numr}

    \fa@naming@exception{figures}{{denominators}{proportional}}{Dnom}
    \fa@naming@exception{figures}{{denominator}{proportional}}{Dnom}
    \fa@naming@exception{figures}{{denominators}{tabular}}{Dnom}
    \fa@naming@exception{figures}{{denominator}{tabular}}{Dnom}

}{}

%   Here we implement the scale=MatchLowercase option.
%   If this is given, we must compute the correct value of
%   the "\SourceSansThree@scale" parameter before loading the .fd files;
%   but to determine that value we of course need the font's x-height.
%   To avoid triggering the loading of .fd files,
%   we use plain TeX's \font primitive to load the testfont.
%   We then compute the ratio of the current x-height to our font's x-height;
%   this is the "\SourceSansThree@scale" we will pass to the .fd files.
\ifthenelse{\equal{\SourceSansThree@scale}{MatchLowercase}}
    {   \newlength{\SourceSansThree@currentx}
        \settoheight{\SourceSansThree@currentx}{x}
        \newlength{\SourceSansThree@xheight}
        \settoheight{\SourceSansThree@xheight}
            {{\font\testfont=SourceSans3-Regular-osf-ot1 at \f@size pt\testfont x}}
        \renewcommand*{\SourceSansThree@scale}
            {\strip@pt\dimexpr\number\numexpr\number\dimexpr\SourceSansThree@currentx\relax*65536/\number\dimexpr\SourceSansThree@xheight\relax\relax sp\relax}}
    {}

\renewcommand*
    {\sfdefault}
    {SourceSansThree-\SourceSansThree@figurealign\SourceSansThree@figurestyle}

\endinput
