htmlText & embedded fonts
htmlText & embedded fonts
Out of context: Reply #1
- Started
- Last post
- 1 Response
- speedlab0
there a couple more steps involved when embedding fonts dynamically.
in your library select "add font" select the appropriate font then give it a linkage ID.
create a textformat object, the font property should be your linkage ID.
finally, once you've assigned whatever textfield properties you wanted, then add textfield.setTextFormat(myTextFo...
hope that helps.