EmbededFonts 썸네일형 리스트형 [AS3.0] EmbedFonts 관리 하기 embededFonts 를 사용한 TextField , TextArea , TextInput 폰트 관리 하는 방법 입니다. var hyfont:Font = new HYKANG(); // 할 필요 없음 var format:TextFormat = new TextFormat(); format.font = hyfont.fontName; // format.font = "폰트이름"; 으로 대체 가능 format.bold = true; format.size = 15; atxt.text = "플래시 액션스크립트 카페, 정기 스터디 모임, 우왕 굿"; // TextArea atxt.setStyle("antiAliasType", AntiAliasType.ADVANCED); atxt.setStyle("embedFonts",.. 더보기 이전 1 다음