Is it possible to have a LARGE (\large), bold (\bf), and small cap (\sc) font? I have tried several ways but none of them works as I want.
\documentclass{article}
\begin{document}
\textsc{\large Hello World}\\
\textsc{\LARGE Hello World}\\
\textsc{\bf Hello World}\\
\textsc{\LARGE \bf Hello World}\\
\textbf{\textsc{\LARGE Hello World}}\\
\textsc{\textbf{\LARGE Hello World}}\\
\textbf{\LARGE \scshape Hello World}
\end{document}

\scshapenot having a\bfseriesversion. See Small Caps and Bold Face – Werner Feb 01 '17 at 00:48