v

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

· 14년 전 · 2066
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,613
14년 전 조회 1,686
14년 전 조회 2,158
14년 전 조회 1,696
14년 전 조회 2,052
14년 전 조회 3,498
14년 전 조회 1,529
14년 전 조회 5,689
14년 전 조회 1,546
14년 전 조회 1,719
14년 전 조회 1,568
14년 전 조회 4,254
14년 전 조회 1,357
14년 전 조회 1,696
14년 전 조회 1,991
14년 전 조회 2,005
14년 전 조회 1,488
14년 전 조회 2,109
14년 전 조회 1,577
14년 전 조회 1,450
14년 전 조회 3,103
14년 전 조회 1,849
14년 전 조회 1,440
14년 전 조회 1,422
14년 전 조회 2,460
14년 전 조회 1,624
14년 전 조회 2,024
14년 전 조회 2,014
14년 전 조회 2,629
14년 전 조회 2,689
14년 전 조회 1,962
14년 전 조회 1,603
14년 전 조회 1,531
14년 전 조회 1,748
14년 전 조회 1,954
14년 전 조회 3,402
14년 전 조회 1,421
14년 전 조회 1,762
14년 전 조회 1,887
14년 전 조회 2,264
14년 전 조회 1,473
14년 전 조회 1,370
14년 전 조회 2,057
14년 전 조회 2,414
14년 전 조회 2,494
14년 전 조회 1,679
14년 전 조회 1,480
14년 전 조회 2,593
14년 전 조회 1,692
14년 전 조회 2,067
14년 전 조회 1,504
14년 전 조회 1,601
14년 전 조회 1,550
14년 전 조회 1,637
14년 전 조회 5,497
14년 전 조회 1,546
14년 전 조회 1,675
14년 전 조회 2,344
14년 전 조회 1,498
14년 전 조회 1,298
14년 전 조회 1,638
14년 전 조회 2,935
14년 전 조회 2,361
14년 전 조회 2,214
14년 전 조회 3,652
14년 전 조회 2,742
14년 전 조회 1,709
14년 전 조회 1,759
14년 전 조회 1,733
14년 전 조회 1,848
14년 전 조회 1,316
14년 전 조회 1,627
14년 전 조회 1,761
14년 전 조회 3,336
14년 전 조회 1,646
14년 전 조회 1,384
14년 전 조회 1,384
14년 전 조회 3,726
14년 전 조회 1,501
14년 전 조회 2,194
14년 전 조회 2,236
14년 전 조회 1,432
14년 전 조회 2,102
14년 전 조회 1,518
14년 전 조회 1,642
14년 전 조회 2,563
14년 전 조회 2,303
14년 전 조회 2,913
14년 전 조회 1,620
14년 전 조회 1,506
14년 전 조회 2,878
14년 전 조회 1,531
14년 전 조회 1,657
14년 전 조회 2,774
14년 전 조회 1,756
14년 전 조회 1,694
14년 전 조회 1,416
14년 전 조회 1,656
14년 전 조회 2,686
14년 전 조회 1,269