Hello all..
I am writing a small program that will allow users to pick from a few fonts in a menu.
I was wondering if there is anyway to tell what fonts the user has on his(hers) computer.
If I, for example, give comic sans ms as a choice, but the user's computer doesnt have that font, what will happen if the user chooses it in my program?
It would be nice if i could get the available fonts, and have the program build the menu list based on that, or maybe disable the menu choices for the ones that the user doesnt have.
If there is an easier way to do this, I would appreciate the advice.
Thanks..
I am writing a small program that will allow users to pick from a few fonts in a menu.
I was wondering if there is anyway to tell what fonts the user has on his(hers) computer.
If I, for example, give comic sans ms as a choice, but the user's computer doesnt have that font, what will happen if the user chooses it in my program?
It would be nice if i could get the available fonts, and have the program build the menu list based on that, or maybe disable the menu choices for the ones that the user doesnt have.
If there is an easier way to do this, I would appreciate the advice.
Thanks..