// 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.
从我的观点来看,随着无用的错误,这一个是无与伦比的.
谁能指出我正确的方向?
最佳答案 此主题中的最后一篇文章可能有所帮助: