package flash.text; @:native("flash.text.FontType") extern enum abstract FontType(String) { var DEVICE; var EMBEDDED; var EMBEDDED_CFF; }