Flash: rendering text
- Started
- Last post
- 5 Responses
- nburlington
Problem:
I have a text field.
I'm loading CSS for it.
Its rendering like @#$% for anything set below 16pt.I've tried _highquality with no improvement.
I'm using the basics (Arial, Helvetica, Georgia).
Any suggestions?
- CyBrainX0
To see if it's a font issue, try publishing on another computer.
I know. It's a long shot.
- davi-t0
make sure the text field X and Y are on an integer (eg. 2, 3, 6) and not a floating point number (eg 2.3, 6.4).
- nburlington0
make sure the text field X and Y are on an integer (eg. 2, 3, 6) and not a floating point number (eg 2.3, 6.4).
davi-t
(Nov 3 05, 05:20)good point. I did that too.
- davi-t0
Also, make sure you didn't scale the text field accidentally. :P
- nburlington0
Also, make sure you didn't scale the text field accidentally. :P
davi-t
(Nov 3 05, 06:35)you're the troubleshooting pro! i just recreated the box to make sure. still bad.