I think we can this code for avoid the problem,Thank you all for HELP ....
TextField.prototype.setOnPixel = function () {
this._y = Math.round(this._y);
this._x = Math.round(this._x);
this._height = Math.round(this._height);
this._width = Math.round(this._width);
};
On 12/21/06, Donald Desloge <[EMAIL PROTECTED]> wrote:
Kamal,
Make sure your fonts are on the pixel and not on somehting like 45.2 in
the IDE if the fonts are placed on stage. Especially with dynamic textfields
and embedded fonts. Sometimes the size of the font will make the difference
also. Hope that helps.
Donald
----- Original Message ----
From: Julien Vignali <[EMAIL PROTECTED]>
To: Flashcoders mailing list <[email protected]>
Sent: Thursday, December 21, 2006 4:59:10 AM
Subject: Re: [Flashcoders] Embed text Problem
Kamal,
Best method I guess is to upgrade to flash 8 (at least publish your movies
for flash 8 with MTASC for example if you can't buy the flash 8 upgrade),
and use the advanced antialiasing system for fonts (see
TextField.antiAliasType in the flash 8 API reference for more info).
Another method if your text is only static, you may also create it in
Photoshop and then export it to an image and load it up in your movie
library...
Regards
Julien
2006/12/21, kamal Priyashantha <[EMAIL PROTECTED]>:
>
> *Hello Flashcoders,*
>
> is there any method for avoid letters looks fuzzy when embed the
> font in
> Text Fields ....
>
> IDE - MX2004
> Font - Gill Sans Light
>
> Kamal
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
--
Julien Vignali
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com