I'm not really sure which forum this should be in, but here goes:
For an obscure reason, I want to have all fonts loaded into an array. eg I want to be able to do Setfont(Font(i))
To get all fonts into Font() I tried loading them based on their filename. Unfortunately, it wants their "font name" which apparently isn't the same thing. For example:
Loadfont("Times New Roman") works fine.
Loadfont("Times") doesn't.
Where can I get a list of all the font names?
On the off-chance anyone has a clue what I'm talking about, thanks in advance :)
For an obscure reason, I want to have all fonts loaded into an array. eg I want to be able to do Setfont(Font(i))
To get all fonts into Font() I tried loading them based on their filename. Unfortunately, it wants their "font name" which apparently isn't the same thing. For example:
Loadfont("Times New Roman") works fine.
Loadfont("Times") doesn't.
Where can I get a list of all the font names?
On the off-chance anyone has a clue what I'm talking about, thanks in advance :)