views:

44

answers:

1

Hi ,

I have a question regarding flex and embed fonts , i want to have a library of embed fonts that will have about 30 different fonts .

Is there any way i can only load the fonts that i use? ( dynamicaly )

Thanks

+1  A: 

This page (from the Flex docs) has one approach: Loading style sheets at run time.

By loading style sheets at run time, you can load images (for graphical skins), fonts, type and class selectors, and programmatic skins into your Flex application without embedding them at compile time.

You might also find something useful here: AS3 Runtime Font Loading.

datageist