Why is it that my text in my dynamic text box has a very low quality to it?
Printable View
Why is it that my text in my dynamic text box has a very low quality to it?
You need to define "low quality".
I assume you are talking about aliasing.
Initially dynamic text will use the font installed on the
system and display it like a font in the browser.
(unfortunatly it won't render with ClearType, if you use
that TFT Subpixel font-rendering).
Is it this crisp display, tha you call "low quality"?
Or do you wan't your font anti-aliased, like static text?
Then you would need to embed the font, and you have
full control over the anti-aliasing.
Try those Anti-Aliasing settings in the TextFields properties..
I tryed that Anti Aliasing stuff dont make any diff... Whats this embeding of fonts?
I want it to look as nice and clear as that but nothing i tryed workedQuote:
Or do you wan't your font anti-aliased, like static text?
If you don't embed the font, it can't be antialiased..
See the embed Button in textField properties :)
And nice and clear you got currently.. You want it
Antialiased.. which is not as crisp :)