-
1. Re: Apply html tag to embedded fonts
kglad Feb 10, 2010 7:16 AM (in response to polatkanfatih)you need to also embed the bold font for the font-type you're using.
-
2. Re: Apply html tag to embedded fonts
polatkanfatih Feb 15, 2010 12:48 AM (in response to kglad)hi,
i used Verdana for textField. I embedded regular and bold verdana fonts but it didnt work. then i created 2 font in library, verdana regular and verdana bold.. but it didnt work again...
-
3. Re: Apply html tag to embedded fonts
Harry Kunz Feb 15, 2010 3:24 AM (in response to polatkanfatih)How did you embed the font? Embed it by clicking the "Embed" Button inside the property inspector then CTRL + Click the set of glyphs you want to embed and/or type them in the "Include these characters" input box.
-
4. Re: Apply html tag to embedded fonts
polatkanfatih Feb 15, 2010 3:28 AM (in response to Harry Kunz)i selected 'All' options to make it guaranteed...
-
5. Re: Apply html tag to embedded fonts
Harry Kunz Feb 15, 2010 3:46 AM (in response to polatkanfatih)Do not forget to set the html property to true. txt.html = true; In order for you to have both bold and non-bold embedded characters, you need to create 2 hidden (outside stage) dynamic textfields, one that is set to bold via property inspector and the other no bold. Embed both textfields with the characters you need.
-
6. Re: Apply html tag to embedded fonts
polatkanfatih Feb 15, 2010 4:10 AM (in response to Harry Kunz)it works.. thanks very much... i had not other textfields on stage... thanks very much...
-
7. Re: Apply html tag to embedded fonts
Harry Kunz Feb 15, 2010 4:15 AM (in response to polatkanfatih)No problem, you're welcome.



