\ProvidesFile{fontscale-table-classic.tex}[2026-02-17]

\begin{table}
  \centering
  \caption
    {%
      The font size of each font size command from \cs{tiny} to \cs{Huge} when
      setting the key \key{typographic-scale=classic} with different values for
      the key \key{classic/base}.
      The font sizes are in units of points.
      The \enquote{point} used depends on the value of the key
      \key{classic/point}.%
      \label{table:classic}%
    }
  \bigskip
  \begin{tblr}
    {
        colspec=
          {
            l
            Q[si={table-format=3.2},c]
            Q[si={table-format=3.2},c]
            Q[si={table-format=3.2},c]
          }
      , cell{1}{2-Z}={guard}
      , cell{2-Z}{1}={cmd=\cs}
    }
    \toprule
      font size command & \key{=10} & \key{=11} & \key{=12} \\
    \midrule
      tiny         &  6 &  7 &  8 \\
      scriptsize   &  7 &  8 &  9 \\
      footnotesize &  8 &  9 & 10 \\
      small        &  9 & 10 & 11 \\
      normalsize   & 10 & 11 & 12 \\
      large        & 11 & 12 & 14 \\
      Large        & 12 & 14 & 16 \\
      LARGE        & 14 & 16 & 18 \\
      huge         & 16 & 18 & 21 \\
      Huge         & 18 & 21 & 24 \\
    \bottomrule
  \end{tblr}
\end{table}
