In Flash 8.If I use a special font to display a label for dynamic text(the content is updated at runtime) is there a way to automatically install this font if not already installed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to embed you font so itll show up on a computer that doesnt have it installed. if you’re using the flash ide, you can select your textfield and click on the embed fint (or embed characters) button beside it. select the characters you want (e.g. only numbers, small letters, basic latin) and you’re good to go.
if you’re using code only, then you can still do it using the Embed metatag (at least i think so, it’s been a while since i used it)
something like
to use it, create a textformat object with the font set to the fontname that you specified above. for more in depth, check out http://divillysausages.com/blog/as3_font_embedding_masterclass