v

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

· 14년 전 · 1826
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,403
14년 전 조회 1,455
14년 전 조회 1,916
14년 전 조회 1,444
14년 전 조회 1,816
14년 전 조회 3,258
14년 전 조회 1,313
14년 전 조회 5,465
14년 전 조회 1,304
14년 전 조회 1,496
14년 전 조회 1,314
14년 전 조회 4,064
14년 전 조회 1,118
14년 전 조회 1,464
14년 전 조회 1,756
14년 전 조회 1,777
14년 전 조회 1,243
14년 전 조회 1,865
14년 전 조회 1,340
14년 전 조회 1,216
14년 전 조회 2,876
14년 전 조회 1,623
14년 전 조회 1,218
14년 전 조회 1,194
14년 전 조회 2,245
14년 전 조회 1,401
14년 전 조회 1,811
14년 전 조회 1,802
14년 전 조회 2,409
14년 전 조회 2,464
14년 전 조회 1,737
14년 전 조회 1,360
14년 전 조회 1,311
14년 전 조회 1,543
14년 전 조회 1,722
14년 전 조회 3,190
14년 전 조회 1,185
14년 전 조회 1,519
14년 전 조회 1,664
14년 전 조회 2,032
14년 전 조회 1,233
14년 전 조회 1,127
14년 전 조회 1,844
14년 전 조회 2,213
14년 전 조회 2,296
14년 전 조회 1,475
14년 전 조회 1,271
14년 전 조회 2,411
14년 전 조회 1,489
14년 전 조회 1,827
14년 전 조회 1,274
14년 전 조회 1,340
14년 전 조회 1,373
14년 전 조회 1,432
14년 전 조회 5,253
14년 전 조회 1,311
14년 전 조회 1,462
14년 전 조회 2,135
14년 전 조회 1,268
14년 전 조회 1,053
14년 전 조회 1,457
14년 전 조회 2,725
14년 전 조회 2,163
14년 전 조회 2,019
14년 전 조회 3,465
14년 전 조회 2,553
14년 전 조회 1,500
14년 전 조회 1,548
14년 전 조회 1,533
14년 전 조회 1,650
14년 전 조회 1,091
14년 전 조회 1,413
14년 전 조회 1,543
14년 전 조회 3,140
14년 전 조회 1,442
14년 전 조회 1,174
14년 전 조회 1,161
14년 전 조회 3,505
14년 전 조회 1,279
14년 전 조회 1,992
14년 전 조회 2,067
14년 전 조회 1,218
14년 전 조회 1,912
14년 전 조회 1,304
14년 전 조회 1,456
14년 전 조회 2,368
14년 전 조회 2,123
14년 전 조회 2,722
14년 전 조회 1,442
14년 전 조회 1,308
14년 전 조회 2,672
14년 전 조회 1,335
14년 전 조회 1,438
14년 전 조회 2,589
14년 전 조회 1,526
14년 전 조회 1,519
14년 전 조회 1,234
14년 전 조회 1,493
14년 전 조회 2,497
14년 전 조회 1,053