EmbedFonts with multilanguage
hi, i'm french, sorry bad language...
i use font in library , :
//-------------------------------------------------------
var fontclass:class = getdefinitionbyname( myfont) class;
font.registerfont( fontclass );
//-------------------------------------------------------
then
//-------------------------------------------------------
var font:font = new fontclass()
var tf:textformat = new textformat()
tf.font = font.fontname
//-------------------------------------------------------
i use arial in libray can't see russian text exemple, -> "test проверка"
with fontembeds = false see entire text fontembeds = true see "test"
how can ?
i use font in library , :
//-------------------------------------------------------
var fontclass:class = getdefinitionbyname( myfont) class;
font.registerfont( fontclass );
//-------------------------------------------------------
then
//-------------------------------------------------------
var font:font = new fontclass()
var tf:textformat = new textformat()
tf.font = font.fontname
//-------------------------------------------------------
i use arial in libray can't see russian text exemple, -> "test проверка"
with fontembeds = false see entire text fontembeds = true see "test"
how can ?
salut !
je viens de voir ton message.
tu résolu ton problème, car j'ai exactement le même
en ce moment !!!
merci à toi.
je viens de voir ton message.
tu résolu ton problème, car j'ai exactement le même
en ce moment !!!
merci à toi.
More discussions in ActionScript 3
adobe
Comments
Post a Comment