Ive been looking into this issue for a while and dont seem to be getting anywhere. All the online help ive found leads to this current method, which isnt working.
I'm looping the assets of an FLA and replacing the font face. Id also like to embed the font. The embedding is not working.
if(textElement.textType != "static")
{
textElement.embedRanges = "1|2|3|4";
textElement.embeddedCharacters = "àÀáÁÃóÓúÚíÍãÕõçÇêÊôÔéÉñÑüÜè";
}
This isn't working for me. Is it meant to add the font into the library?
Thanks!