This post adds another dimension to the question posed in Trying to Imitate an Archaic Gothic Font within a Document Compiled with Pdflatex.
There are other fonts outside of TexLive that seem to provide a better approximation to the image given in the above link.
is the output from the code
\documentclass{article}
\usepackage{fontspec}
\usepackage{scalefnt}
\setmainfont{CloisterBlack.ttf}
\begin{document}
\Large
\vspace*{55pt}
\scalefont{2.75}{Exercises}
\end{document}
when I downloaded the font CloisterBlack.ttf from dafont.com.
However, the code uses fontspec; and so, does not compile with pdflatex, and thus, could not be used, as is, in a document that must compile with pdflatex.
QUESTION: Is it possible, and if so, how, may a font such as the one alluded to, be called into a Latex document that must use pdflatex? Can the MWE code be modified to do this? Can fontspec somehow be used without resorting to either xelatex or lualatex; i.e., with pdflatex only?
Thank you.

xelatex; as for the document itself, it sounds like I'd better think of something else. Thanks again for your helpful comment. – DDS Feb 07 '22 at 19:22lualatexcomment about changing frompdflatexwith ease. I will have to try that; but in case that fails for me, it sounds like a way to use the font withpdflatexis suggested by your second comment which appears to be above my skill level. – DDS Feb 07 '22 at 19:32lualatex---even with\usepackage[tracking=true]{microtype}; which in the past, I have had to comment out when usingxelatexto compile an index. So, I now expect to be able to use within it, the font in question "with ease." Thank you again. – DDS Feb 07 '22 at 20:34