v

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

· 14년 전 · 2209
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,749
14년 전 조회 1,812
14년 전 조회 2,284
14년 전 조회 1,807
14년 전 조회 2,167
14년 전 조회 3,634
14년 전 조회 1,660
14년 전 조회 5,812
14년 전 조회 1,675
14년 전 조회 1,838
14년 전 조회 1,694
14년 전 조회 4,399
14년 전 조회 1,488
14년 전 조회 1,817
14년 전 조회 2,134
14년 전 조회 2,147
14년 전 조회 1,611
14년 전 조회 2,248
14년 전 조회 1,695
14년 전 조회 1,574
14년 전 조회 3,254
14년 전 조회 1,976
14년 전 조회 1,559
14년 전 조회 1,547
14년 전 조회 2,591
14년 전 조회 1,757
14년 전 조회 2,155
14년 전 조회 2,149
14년 전 조회 2,749
14년 전 조회 2,823
14년 전 조회 2,096
14년 전 조회 1,725
14년 전 조회 1,655
14년 전 조회 1,880
14년 전 조회 2,062
14년 전 조회 3,546
14년 전 조회 1,558
14년 전 조회 1,888
14년 전 조회 2,024
14년 전 조회 2,395
14년 전 조회 1,600
14년 전 조회 1,474
14년 전 조회 2,197
14년 전 조회 2,546
14년 전 조회 2,623
14년 전 조회 1,802
14년 전 조회 1,605
14년 전 조회 2,726
14년 전 조회 1,812
14년 전 조회 2,210
14년 전 조회 1,631
14년 전 조회 1,722
14년 전 조회 1,684
14년 전 조회 1,769
14년 전 조회 5,620
14년 전 조회 1,660
14년 전 조회 1,791
14년 전 조회 2,462
14년 전 조회 1,614
14년 전 조회 1,405
14년 전 조회 1,767
14년 전 조회 3,072
14년 전 조회 2,478
14년 전 조회 2,326
14년 전 조회 3,765
14년 전 조회 2,870
14년 전 조회 1,831
14년 전 조회 1,883
14년 전 조회 1,849
14년 전 조회 1,961
14년 전 조회 1,427
14년 전 조회 1,744
14년 전 조회 1,874
14년 전 조회 3,431
14년 전 조회 1,739
14년 전 조회 1,494
14년 전 조회 1,475
14년 전 조회 3,834
14년 전 조회 1,602
14년 전 조회 2,317
14년 전 조회 2,351
14년 전 조회 1,540
14년 전 조회 2,224
14년 전 조회 1,620
14년 전 조회 1,748
14년 전 조회 2,671
14년 전 조회 2,418
14년 전 조회 3,037
14년 전 조회 1,733
14년 전 조회 1,620
14년 전 조회 2,997
14년 전 조회 1,633
14년 전 조회 1,753
14년 전 조회 2,881
14년 전 조회 1,875
14년 전 조회 1,820
14년 전 조회 1,523
14년 전 조회 1,772
14년 전 조회 2,801
14년 전 조회 1,378