v

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

· 14년 전 · 2116
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,654
14년 전 조회 1,728
14년 전 조회 2,202
14년 전 조회 1,724
14년 전 조회 2,091
14년 전 조회 3,543
14년 전 조회 1,581
14년 전 조회 5,730
14년 전 조회 1,589
14년 전 조회 1,756
14년 전 조회 1,608
14년 전 조회 4,305
14년 전 조회 1,402
14년 전 조회 1,730
14년 전 조회 2,039
14년 전 조회 2,052
14년 전 조회 1,538
14년 전 조회 2,151
14년 전 조회 1,618
14년 전 조회 1,501
14년 전 조회 3,150
14년 전 조회 1,898
14년 전 조회 1,480
14년 전 조회 1,460
14년 전 조회 2,509
14년 전 조회 1,671
14년 전 조회 2,077
14년 전 조회 2,058
14년 전 조회 2,670
14년 전 조회 2,738
14년 전 조회 2,011
14년 전 조회 1,651
14년 전 조회 1,569
14년 전 조회 1,785
14년 전 조회 1,982
14년 전 조회 3,435
14년 전 조회 1,460
14년 전 조회 1,801
14년 전 조회 1,942
14년 전 조회 2,303
14년 전 조회 1,514
14년 전 조회 1,405
14년 전 조회 2,109
14년 전 조회 2,461
14년 전 조회 2,533
14년 전 조회 1,721
14년 전 조회 1,517
14년 전 조회 2,646
14년 전 조회 1,730
14년 전 조회 2,117
14년 전 조회 1,545
14년 전 조회 1,638
14년 전 조회 1,601
14년 전 조회 1,689
14년 전 조회 5,532
14년 전 조회 1,574
14년 전 조회 1,712
14년 전 조회 2,387
14년 전 조회 1,544
14년 전 조회 1,335
14년 전 조회 1,683
14년 전 조회 2,977
14년 전 조회 2,398
14년 전 조회 2,249
14년 전 조회 3,689
14년 전 조회 2,781
14년 전 조회 1,744
14년 전 조회 1,805
14년 전 조회 1,767
14년 전 조회 1,881
14년 전 조회 1,344
14년 전 조회 1,664
14년 전 조회 1,797
14년 전 조회 3,364
14년 전 조회 1,669
14년 전 조회 1,413
14년 전 조회 1,401
14년 전 조회 3,761
14년 전 조회 1,530
14년 전 조회 2,231
14년 전 조회 2,268
14년 전 조회 1,466
14년 전 조회 2,132
14년 전 조회 1,548
14년 전 조회 1,665
14년 전 조회 2,601
14년 전 조회 2,329
14년 전 조회 2,942
14년 전 조회 1,646
14년 전 조회 1,536
14년 전 조회 2,914
14년 전 조회 1,554
14년 전 조회 1,688
14년 전 조회 2,803
14년 전 조회 1,791
14년 전 조회 1,725
14년 전 조회 1,452
14년 전 조회 1,695
14년 전 조회 2,722
14년 전 조회 1,298