Embed fonts into components

Hey

Ok I guess the other topic I posted on embed got resolved…

Now kinda the same issues just a different place :)…

In components in my case a TEXTAREA how do you embed a font there?

I used:
_global.style.setStyle(“embedFonts”, “true”);
_global.style.setStyle(“fontSize”, “8”);
_global.style.setStyle(“fontFamily”, “EStudio”);

I added the font to the library and gave it the IDENTIFIER NAME: EStudio

What am I doing wrong?

Is it possible to specify a range like you do on normal dynamic text fields, so it will only embed uppercase and lowercase letters??

Thanx

P.S. man I really hope someone can help, not much info out on this.