Hi, i cant understand why the text used in some buttons and on a normal text containing layer are crisp, but some text i have in a movie clip is blurred.
is it because i have it below a mask?
thanks in advance
Printable View
Hi, i cant understand why the text used in some buttons and on a normal text containing layer are crisp, but some text i have in a movie clip is blurred.
is it because i have it below a mask?
thanks in advance
are you using pixel fonts? If you are I have found in the past that you need to specify the text box's location using WHOLE numbers.. For example, if your height, width, x, and y are as follows: 123.3, 19.4, 32.3, 65.4 then change them to 123.0, 19.4, 32.0, and 65.0 ...
also consider using DEVICE FONTS (a check box in your text options)
HTH