If you have an embedded font in your movie, you can do this to see a list of all fonts currently on the system:
put member("YourEmbeddedFontMemeber").fontList()
You can offer this list tot he suer to chose from, and then set the font property of your text members to the selected value:
member("MyTextMember").font = UsersCHgoice.
Slava
At 09:56 AM 6/12/03 -0500, you wrote:
Hello,
I'm having trouble finding a way for the user to change a font. The ideal way would be to have a dialog box show the users fonts and there for allow them to select the font of choice.
Also if I'm not mistaken if there is a font that is chosen that is not a common font when the project is played on a different computer, will it not Display a default font? Is there a way around this?
Thank you,
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
