Short Question:
How can I achieve the following two things:
1) Get a list of all Fonts, currently installed on my system, that LaTeX can use?
2) For each font, render the letters a-z, A-Z, 0-9.
Longer Question:
Basically, I want to render all the glyphs that my current system can render. So I want to:
1) get a list of all the fonts that LaTeX can use and 2) render all the glyphs in each of the fonts
How can I do this in LaTeX?
Thanks!
EDIT
It appears the answer to part 1 of my question is
updmap-sys --listmaps | wc -l
from What fonts are installed on my box?
So for part 2. How do I use all of these fonts?
EDIT 3
So turns out my question is a duplicate of: