v

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

· 14년 전 · 1909
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,485
14년 전 조회 1,562
14년 전 조회 2,010
14년 전 조회 1,537
14년 전 조회 1,922
14년 전 조회 3,360
14년 전 조회 1,403
14년 전 조회 5,558
14년 전 조회 1,386
14년 전 조회 1,570
14년 전 조회 1,409
14년 전 조회 4,137
14년 전 조회 1,214
14년 전 조회 1,553
14년 전 조회 1,857
14년 전 조회 1,867
14년 전 조회 1,337
14년 전 조회 1,972
14년 전 조회 1,434
14년 전 조회 1,314
14년 전 조회 2,965
14년 전 조회 1,735
14년 전 조회 1,302
14년 전 조회 1,282
14년 전 조회 2,328
14년 전 조회 1,511
14년 전 조회 1,906
14년 전 조회 1,884
14년 전 조회 2,485
14년 전 조회 2,557
14년 전 조회 1,838
14년 전 조회 1,451
14년 전 조회 1,395
14년 전 조회 1,626
14년 전 조회 1,822
14년 전 조회 3,271
14년 전 조회 1,289
14년 전 조회 1,636
14년 전 조회 1,750
14년 전 조회 2,124
14년 전 조회 1,328
14년 전 조회 1,218
14년 전 조회 1,918
14년 전 조회 2,283
14년 전 조회 2,368
14년 전 조회 1,543
14년 전 조회 1,355
14년 전 조회 2,477
14년 전 조회 1,571
14년 전 조회 1,910
14년 전 조회 1,359
14년 전 조회 1,437
14년 전 조회 1,437
14년 전 조회 1,510
14년 전 조회 5,338
14년 전 조회 1,396
14년 전 조회 1,539
14년 전 조회 2,216
14년 전 조회 1,350
14년 전 조회 1,138
14년 전 조회 1,531
14년 전 조회 2,823
14년 전 조회 2,226
14년 전 조회 2,099
14년 전 조회 3,528
14년 전 조회 2,639
14년 전 조회 1,582
14년 전 조회 1,651
14년 전 조회 1,611
14년 전 조회 1,726
14년 전 조회 1,188
14년 전 조회 1,507
14년 전 조회 1,630
14년 전 조회 3,220
14년 전 조회 1,522
14년 전 조회 1,245
14년 전 조회 1,246
14년 전 조회 3,594
14년 전 조회 1,358
14년 전 조회 2,072
14년 전 조회 2,111
14년 전 조회 1,308
14년 전 조회 1,995
14년 전 조회 1,392
14년 전 조회 1,533
14년 전 조회 2,444
14년 전 조회 2,185
14년 전 조회 2,794
14년 전 조회 1,508
14년 전 조회 1,396
14년 전 조회 2,755
14년 전 조회 1,402
14년 전 조회 1,530
14년 전 조회 2,655
14년 전 조회 1,604
14년 전 조회 1,600
14년 전 조회 1,305
14년 전 조회 1,555
14년 전 조회 2,568
14년 전 조회 1,125