v

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

· 14년 전 · 1855
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,429
14년 전 조회 1,489
14년 전 조회 1,945
14년 전 조회 1,476
14년 전 조회 1,854
14년 전 조회 3,292
14년 전 조회 1,349
14년 전 조회 5,496
14년 전 조회 1,329
14년 전 조회 1,520
14년 전 조회 1,341
14년 전 조회 4,097
14년 전 조회 1,151
14년 전 조회 1,489
14년 전 조회 1,795
14년 전 조회 1,806
14년 전 조회 1,267
14년 전 조회 1,893
14년 전 조회 1,373
14년 전 조회 1,255
14년 전 조회 2,906
14년 전 조회 1,652
14년 전 조회 1,248
14년 전 조회 1,228
14년 전 조회 2,275
14년 전 조회 1,435
14년 전 조회 1,840
14년 전 조회 1,831
14년 전 조회 2,429
14년 전 조회 2,496
14년 전 조회 1,768
14년 전 조회 1,392
14년 전 조회 1,339
14년 전 조회 1,564
14년 전 조회 1,756
14년 전 조회 3,215
14년 전 조회 1,214
14년 전 조회 1,546
14년 전 조회 1,700
14년 전 조회 2,060
14년 전 조회 1,262
14년 전 조회 1,152
14년 전 조회 1,865
14년 전 조회 2,239
14년 전 조회 2,326
14년 전 조회 1,492
14년 전 조회 1,299
14년 전 조회 2,435
14년 전 조회 1,513
14년 전 조회 1,856
14년 전 조회 1,297
14년 전 조회 1,377
14년 전 조회 1,396
14년 전 조회 1,459
14년 전 조회 5,272
14년 전 조회 1,336
14년 전 조회 1,485
14년 전 조회 2,164
14년 전 조회 1,296
14년 전 조회 1,077
14년 전 조회 1,489
14년 전 조회 2,765
14년 전 조회 2,181
14년 전 조회 2,059
14년 전 조회 3,477
14년 전 조회 2,584
14년 전 조회 1,525
14년 전 조회 1,584
14년 전 조회 1,555
14년 전 조회 1,675
14년 전 조회 1,115
14년 전 조회 1,441
14년 전 조회 1,570
14년 전 조회 3,159
14년 전 조회 1,460
14년 전 조회 1,196
14년 전 조회 1,183
14년 전 조회 3,530
14년 전 조회 1,301
14년 전 조회 2,019
14년 전 조회 2,076
14년 전 조회 1,248
14년 전 조회 1,941
14년 전 조회 1,337
14년 전 조회 1,483
14년 전 조회 2,398
14년 전 조회 2,138
14년 전 조회 2,747
14년 전 조회 1,459
14년 전 조회 1,333
14년 전 조회 2,694
14년 전 조회 1,358
14년 전 조회 1,465
14년 전 조회 2,613
14년 전 조회 1,549
14년 전 조회 1,541
14년 전 조회 1,256
14년 전 조회 1,516
14년 전 조회 2,521
14년 전 조회 1,075