package flash.text.engine; @:fakeEnum(String) extern enum TextLineCreationResult { COMPLETE; EMERGENCY; INSUFFICIENT_WIDTH; SUCCESS; }