\ProvidesFile{fontscale-table-font-steps.tex}[2025-04-30]

\begin{table}
  \centering
  \caption
    {%
      The font step of each font size command from \cs{tiny} to \cs{Huge}.
      These are constants and cannot be changed.%
      \label{table:fontsteps}%
    }
  \bigskip
  \begin{tblr}
    {
        colspec=
          {
            l
            Q[si={table-format=3.2},c]
          }
      , cell{1}{2}={guard}
      , cell{2-Z}{1}={cmd=\cs}
    }
    \toprule
      font size command & font step \\
    \midrule
      tiny         & -4 \\
      scriptsize   & -3 \\
      footnotesize & -2 \\
      small        & -1 \\
      normalsize   &  0 \\
      large        &  1 \\
      Large        &  2 \\
      LARGE        &  3 \\
      huge         &  4 \\
      Huge         &  5 \\
    \bottomrule
  \end{tblr}
\end{table}