What does ActionScript mean by 'antiAliasType' in the following context?:
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2010-05-26T22:06:44Z
Indexed on
2010/05/26
22:11 UTC
Read the original article
Hit count: 250
// When I Run The Following Two Lines, I Get The Error Shown Below
var B:Button=new Button();
var lineMetrics:TextLineMetrics=B.measureText('Hello World');
// TypeError: Error #2007: Parameter antiAliasType must be non-null.
From My Point Of View, As Useless Errors Go, This One Is Unsurpassed.
Can anyone point me in the right direction?
© Stack Overflow or respective owner