Font from swf asset?

Hi folks

is it possible to get font from swf like in flash?

applicationDomain.getDefinition

Currently on non-Flash targets, you need to embed fonts separately.

do you plan to support it for HTML target? in future

Embedded Flash fonts are actually drawing instructions, in order to generate web fonts, we would need to be able to convert these drawing instructions into a TTF font file to use the font generator, unless we were to be able to generate WOFF files directly