v

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

· 14년 전 · 2062
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,609
14년 전 조회 1,678
14년 전 조회 2,154
14년 전 조회 1,692
14년 전 조회 2,045
14년 전 조회 3,497
14년 전 조회 1,526
14년 전 조회 5,684
14년 전 조회 1,541
14년 전 조회 1,712
14년 전 조회 1,560
14년 전 조회 4,253
14년 전 조회 1,353
14년 전 조회 1,694
14년 전 조회 1,985
14년 전 조회 2,000
14년 전 조회 1,482
14년 전 조회 2,106
14년 전 조회 1,571
14년 전 조회 1,445
14년 전 조회 3,094
14년 전 조회 1,848
14년 전 조회 1,434
14년 전 조회 1,418
14년 전 조회 2,454
14년 전 조회 1,620
14년 전 조회 2,020
14년 전 조회 2,009
14년 전 조회 2,626
14년 전 조회 2,685
14년 전 조회 1,958
14년 전 조회 1,597
14년 전 조회 1,522
14년 전 조회 1,746
14년 전 조회 1,946
14년 전 조회 3,400
14년 전 조회 1,417
14년 전 조회 1,760
14년 전 조회 1,881
14년 전 조회 2,264
14년 전 조회 1,468
14년 전 조회 1,366
14년 전 조회 2,052
14년 전 조회 2,410
14년 전 조회 2,489
14년 전 조회 1,672
14년 전 조회 1,479
14년 전 조회 2,590
14년 전 조회 1,690
14년 전 조회 2,063
14년 전 조회 1,499
14년 전 조회 1,599
14년 전 조회 1,546
14년 전 조회 1,633
14년 전 조회 5,496
14년 전 조회 1,544
14년 전 조회 1,672
14년 전 조회 2,341
14년 전 조회 1,491
14년 전 조회 1,292
14년 전 조회 1,636
14년 전 조회 2,933
14년 전 조회 2,356
14년 전 조회 2,210
14년 전 조회 3,651
14년 전 조회 2,740
14년 전 조회 1,701
14년 전 조회 1,755
14년 전 조회 1,728
14년 전 조회 1,846
14년 전 조회 1,314
14년 전 조회 1,626
14년 전 조회 1,755
14년 전 조회 3,333
14년 전 조회 1,642
14년 전 조회 1,383
14년 전 조회 1,381
14년 전 조회 3,722
14년 전 조회 1,496
14년 전 조회 2,189
14년 전 조회 2,234
14년 전 조회 1,428
14년 전 조회 2,101
14년 전 조회 1,517
14년 전 조회 1,637
14년 전 조회 2,561
14년 전 조회 2,298
14년 전 조회 2,909
14년 전 조회 1,618
14년 전 조회 1,502
14년 전 조회 2,876
14년 전 조회 1,528
14년 전 조회 1,653
14년 전 조회 2,772
14년 전 조회 1,749
14년 전 조회 1,691
14년 전 조회 1,412
14년 전 조회 1,651
14년 전 조회 2,682
14년 전 조회 1,269