v

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

· 14년 전 · 2155
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,681
14년 전 조회 1,755
14년 전 조회 2,224
14년 전 조회 1,745
14년 전 조회 2,112
14년 전 조회 3,573
14년 전 조회 1,608
14년 전 조회 5,753
14년 전 조회 1,615
14년 전 조회 1,781
14년 전 조회 1,634
14년 전 조회 4,338
14년 전 조회 1,431
14년 전 조회 1,758
14년 전 조회 2,073
14년 전 조회 2,083
14년 전 조회 1,556
14년 전 조회 2,185
14년 전 조회 1,641
14년 전 조회 1,525
14년 전 조회 3,186
14년 전 조회 1,921
14년 전 조회 1,507
14년 전 조회 1,487
14년 전 조회 2,536
14년 전 조회 1,688
14년 전 조회 2,103
14년 전 조회 2,082
14년 전 조회 2,693
14년 전 조회 2,766
14년 전 조회 2,034
14년 전 조회 1,683
14년 전 조회 1,602
14년 전 조회 1,814
14년 전 조회 2,006
14년 전 조회 3,465
14년 전 조회 1,487
14년 전 조회 1,825
14년 전 조회 1,967
14년 전 조회 2,333
14년 전 조회 1,542
14년 전 조회 1,435
14년 전 조회 2,144
14년 전 조회 2,488
14년 전 조회 2,563
14년 전 조회 1,752
14년 전 조회 1,549
14년 전 조회 2,680
14년 전 조회 1,759
14년 전 조회 2,156
14년 전 조회 1,582
14년 전 조회 1,674
14년 전 조회 1,626
14년 전 조회 1,717
14년 전 조회 5,559
14년 전 조회 1,613
14년 전 조회 1,745
14년 전 조회 2,422
14년 전 조회 1,575
14년 전 조회 1,362
14년 전 조회 1,719
14년 전 조회 3,013
14년 전 조회 2,431
14년 전 조회 2,285
14년 전 조회 3,718
14년 전 조회 2,817
14년 전 조회 1,776
14년 전 조회 1,838
14년 전 조회 1,800
14년 전 조회 1,912
14년 전 조회 1,369
14년 전 조회 1,694
14년 전 조회 1,825
14년 전 조회 3,387
14년 전 조회 1,691
14년 전 조회 1,442
14년 전 조회 1,432
14년 전 조회 3,792
14년 전 조회 1,556
14년 전 조회 2,258
14년 전 조회 2,296
14년 전 조회 1,492
14년 전 조회 2,165
14년 전 조회 1,575
14년 전 조회 1,696
14년 전 조회 2,636
14년 전 조회 2,359
14년 전 조회 2,975
14년 전 조회 1,672
14년 전 조회 1,560
14년 전 조회 2,951
14년 전 조회 1,584
14년 전 조회 1,708
14년 전 조회 2,830
14년 전 조회 1,826
14년 전 조회 1,758
14년 전 조회 1,473
14년 전 조회 1,717
14년 전 조회 2,750
14년 전 조회 1,323