v

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

· 14년 전 · 2039
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,595
14년 전 조회 1,661
14년 전 조회 2,125
14년 전 조회 1,677
14년 전 조회 2,025
14년 전 조회 3,476
14년 전 조회 1,514
14년 전 조회 5,673
14년 전 조회 1,518
14년 전 조회 1,691
14년 전 조회 1,540
14년 전 조회 4,233
14년 전 조회 1,334
14년 전 조회 1,680
14년 전 조회 1,976
14년 전 조회 1,982
14년 전 조회 1,465
14년 전 조회 2,086
14년 전 조회 1,552
14년 전 조회 1,434
14년 전 조회 3,081
14년 전 조회 1,831
14년 전 조회 1,415
14년 전 조회 1,401
14년 전 조회 2,441
14년 전 조회 1,603
14년 전 조회 2,007
14년 전 조회 1,994
14년 전 조회 2,608
14년 전 조회 2,667
14년 전 조회 1,946
14년 전 조회 1,578
14년 전 조회 1,507
14년 전 조회 1,732
14년 전 조회 1,934
14년 전 조회 3,384
14년 전 조회 1,403
14년 전 조회 1,747
14년 전 조회 1,859
14년 전 조회 2,244
14년 전 조회 1,455
14년 전 조회 1,344
14년 전 조회 2,037
14년 전 조회 2,392
14년 전 조회 2,477
14년 전 조회 1,657
14년 전 조회 1,462
14년 전 조회 2,575
14년 전 조회 1,676
14년 전 조회 2,040
14년 전 조회 1,486
14년 전 조회 1,581
14년 전 조회 1,538
14년 전 조회 1,618
14년 전 조회 5,480
14년 전 조회 1,528
14년 전 조회 1,656
14년 전 조회 2,329
14년 전 조회 1,472
14년 전 조회 1,274
14년 전 조회 1,623
14년 전 조회 2,927
14년 전 조회 2,343
14년 전 조회 2,200
14년 전 조회 3,638
14년 전 조회 2,732
14년 전 조회 1,687
14년 전 조회 1,741
14년 전 조회 1,717
14년 전 조회 1,831
14년 전 조회 1,302
14년 전 조회 1,614
14년 전 조회 1,747
14년 전 조회 3,321
14년 전 조회 1,627
14년 전 조회 1,371
14년 전 조회 1,371
14년 전 조회 3,710
14년 전 조회 1,487
14년 전 조회 2,176
14년 전 조회 2,222
14년 전 조회 1,412
14년 전 조회 2,095
14년 전 조회 1,500
14년 전 조회 1,626
14년 전 조회 2,546
14년 전 조회 2,290
14년 전 조회 2,896
14년 전 조회 1,603
14년 전 조회 1,494
14년 전 조회 2,864
14년 전 조회 1,517
14년 전 조회 1,635
14년 전 조회 2,754
14년 전 조회 1,735
14년 전 조회 1,680
14년 전 조회 1,405
14년 전 조회 1,643
14년 전 조회 2,669
14년 전 조회 1,253