On 1/31/07, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: > Yes ok, but if i do so, the flash player doesn't recognize the bold > format. I guess, there must be a way to specify, that a certain font > is the bold version of another font.
Hi again, IIRC, it should work to have multiple imports for different styles of the same font, but with the same @name. I'm not sure whether @id should be different... hmm... I guess you can just leave it away. :) <font name="foo" import="FooRegular.ttf"/> <font name="foo" import="FooBold.ttf"/> This should enable you to use the bold textformat, or <b/> tags inside HTML. HTH, Mark _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
