flash - font object
flash - font object
- Started
- Last post
- 3 Responses
- ********
i am trying to reference a font object from the library with css...not sure how to target it.
1.create new font object in library
2.give it a unique id, choose font.
3. in the css, call unique id
4. reference css.that's my process, it's not working. any help? thanks.
- ********0
anyone? i'll even take a url...
- unfittoprint0
http://www.kirupa.com/developer/…
the usage of CSS by Flash is [still] very limited. Font family is not supported yet, the font wll be replace by a generic font type [_sans, _typewriter, _serif].
I use a search/replace function to include a font tag within the class tags.
- ********0
so i can use setTextFormat to change the font family within flash, but i can't change the font family via css.
right?
thanks.