v

[ActionScript 3.0] 폰트 임베디드 , Embed font

· 14년 전 · 1722
package {

import flash.util.describeType;
import flash.display.MovieClip;
import flash.display.TextField;
import flash.text.TextFormat;
import flash.text.AntiAliasType;
 
   public class Test extends MovieClip {
   
      // be sure this is pointing to a ttf font in your hardrive
      [Embed(source="C:\WINDOWS\Fonts\somefont.ttf", fontFamily="foo")]
      public var bar:String;
     
      public function Test() {
               
          var format:TextFormat      = new TextFormat();
          format.font      = "foo";
          format.color                = 0xFFFFFF;
          format.size                 = 130;

          var label:TextField         = new TextField();
          label.embedFonts            = true;
          label.autoSize              = TextFieldAutoSize.LEFT;
          label.antiAliasType         = AntiAliasType.ADVANCED;
          label.defaultTextFormat     = format;
          label.text                  = "Hello World!";
          addChild(label);
       }
    }
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 2,286
14년 전 조회 1,341
14년 전 조회 1,804
14년 전 조회 1,341
14년 전 조회 1,703
14년 전 조회 3,140
14년 전 조회 1,193
14년 전 조회 5,400
14년 전 조회 1,182
14년 전 조회 1,366
14년 전 조회 1,207
14년 전 조회 3,925
14년 전 조회 1,002
14년 전 조회 1,345
14년 전 조회 1,634
14년 전 조회 1,656
14년 전 조회 1,127
14년 전 조회 1,754
14년 전 조회 1,211
14년 전 조회 1,093
14년 전 조회 2,762
14년 전 조회 1,500
14년 전 조회 1,101
14년 전 조회 1,079
14년 전 조회 2,126
14년 전 조회 1,292
14년 전 조회 1,698
14년 전 조회 1,683
14년 전 조회 2,334
14년 전 조회 2,353
14년 전 조회 1,623
14년 전 조회 1,246
14년 전 조회 1,203
14년 전 조회 1,418
14년 전 조회 1,599
14년 전 조회 3,125
14년 전 조회 1,066
14년 전 조회 1,401
14년 전 조회 1,537
14년 전 조회 1,917
14년 전 조회 1,119
14년 전 조회 1,021
14년 전 조회 1,729
14년 전 조회 2,091
14년 전 조회 2,190
14년 전 조회 1,417
14년 전 조회 1,164
14년 전 조회 2,307
14년 전 조회 1,389
14년 전 조회 1,723
14년 전 조회 1,176
14년 전 조회 1,235
14년 전 조회 1,260
14년 전 조회 1,331
14년 전 조회 5,208
14년 전 조회 1,219
14년 전 조회 1,356
14년 전 조회 2,024
14년 전 조회 1,166
14년 전 조회 946
14년 전 조회 1,349
14년 전 조회 2,626
14년 전 조회 2,069
14년 전 조회 1,919
14년 전 조회 3,404
14년 전 조회 2,454
14년 전 조회 1,409
14년 전 조회 1,443
14년 전 조회 1,426
14년 전 조회 1,553
14년 전 조회 995
14년 전 조회 1,319
14년 전 조회 1,442
14년 전 조회 3,045
14년 전 조회 1,327
14년 전 조회 1,063
14년 전 조회 1,060
14년 전 조회 3,402
14년 전 조회 1,188
14년 전 조회 1,907
14년 전 조회 2,004
14년 전 조회 1,110
14년 전 조회 1,816
14년 전 조회 1,212
14년 전 조회 1,357
14년 전 조회 2,289
14년 전 조회 2,063
14년 전 조회 2,628
14년 전 조회 1,335
14년 전 조회 1,211
14년 전 조회 2,582
14년 전 조회 1,234
14년 전 조회 1,330
14년 전 조회 2,530
14년 전 조회 1,430
14년 전 조회 1,415
14년 전 조회 1,130
14년 전 조회 1,391
14년 전 조회 2,410
14년 전 조회 958