v

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

· 14년 전 · 2224
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,764
14년 전 조회 1,829
14년 전 조회 2,301
14년 전 조회 1,830
14년 전 조회 2,187
14년 전 조회 3,652
14년 전 조회 1,680
14년 전 조회 5,825
14년 전 조회 1,689
14년 전 조회 1,857
14년 전 조회 1,711
14년 전 조회 4,419
14년 전 조회 1,501
14년 전 조회 1,832
14년 전 조회 2,152
14년 전 조회 2,159
14년 전 조회 1,627
14년 전 조회 2,263
14년 전 조회 1,712
14년 전 조회 1,596
14년 전 조회 3,270
14년 전 조회 1,993
14년 전 조회 1,579
14년 전 조회 1,563
14년 전 조회 2,614
14년 전 조회 1,771
14년 전 조회 2,175
14년 전 조회 2,175
14년 전 조회 2,767
14년 전 조회 2,847
14년 전 조회 2,116
14년 전 조회 1,744
14년 전 조회 1,669
14년 전 조회 1,893
14년 전 조회 2,082
14년 전 조회 3,555
14년 전 조회 1,579
14년 전 조회 1,906
14년 전 조회 2,043
14년 전 조회 2,416
14년 전 조회 1,628
14년 전 조회 1,490
14년 전 조회 2,213
14년 전 조회 2,566
14년 전 조회 2,638
14년 전 조회 1,816
14년 전 조회 1,615
14년 전 조회 2,740
14년 전 조회 1,826
14년 전 조회 2,225
14년 전 조회 1,643
14년 전 조회 1,737
14년 전 조회 1,697
14년 전 조회 1,783
14년 전 조회 5,628
14년 전 조회 1,666
14년 전 조회 1,806
14년 전 조회 2,475
14년 전 조회 1,626
14년 전 조회 1,417
14년 전 조회 1,775
14년 전 조회 3,078
14년 전 조회 2,491
14년 전 조회 2,337
14년 전 조회 3,775
14년 전 조회 2,880
14년 전 조회 1,846
14년 전 조회 1,889
14년 전 조회 1,859
14년 전 조회 1,974
14년 전 조회 1,442
14년 전 조회 1,758
14년 전 조회 1,884
14년 전 조회 3,443
14년 전 조회 1,753
14년 전 조회 1,507
14년 전 조회 1,490
14년 전 조회 3,849
14년 전 조회 1,620
14년 전 조회 2,332
14년 전 조회 2,360
14년 전 조회 1,554
14년 전 조회 2,232
14년 전 조회 1,630
14년 전 조회 1,768
14년 전 조회 2,685
14년 전 조회 2,432
14년 전 조회 3,055
14년 전 조회 1,749
14년 전 조회 1,632
14년 전 조회 3,014
14년 전 조회 1,642
14년 전 조회 1,761
14년 전 조회 2,893
14년 전 조회 1,886
14년 전 조회 1,838
14년 전 조회 1,536
14년 전 조회 1,786
14년 전 조회 2,816
14년 전 조회 1,395