v

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

· 14년 전 · 2108
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,647
14년 전 조회 1,721
14년 전 조회 2,199
14년 전 조회 1,721
14년 전 조회 2,082
14년 전 조회 3,535
14년 전 조회 1,573
14년 전 조회 5,720
14년 전 조회 1,581
14년 전 조회 1,744
14년 전 조회 1,602
14년 전 조회 4,298
14년 전 조회 1,397
14년 전 조회 1,726
14년 전 조회 2,032
14년 전 조회 2,042
14년 전 조회 1,533
14년 전 조회 2,144
14년 전 조회 1,610
14년 전 조회 1,491
14년 전 조회 3,144
14년 전 조회 1,890
14년 전 조회 1,471
14년 전 조회 1,452
14년 전 조회 2,501
14년 전 조회 1,666
14년 전 조회 2,072
14년 전 조회 2,049
14년 전 조회 2,666
14년 전 조회 2,730
14년 전 조회 2,003
14년 전 조회 1,643
14년 전 조회 1,563
14년 전 조회 1,779
14년 전 조회 1,978
14년 전 조회 3,431
14년 전 조회 1,451
14년 전 조회 1,796
14년 전 조회 1,929
14년 전 조회 2,297
14년 전 조회 1,508
14년 전 조회 1,400
14년 전 조회 2,101
14년 전 조회 2,455
14년 전 조회 2,528
14년 전 조회 1,714
14년 전 조회 1,510
14년 전 조회 2,639
14년 전 조회 1,723
14년 전 조회 2,109
14년 전 조회 1,539
14년 전 조회 1,632
14년 전 조회 1,590
14년 전 조회 1,685
14년 전 조회 5,525
14년 전 조회 1,566
14년 전 조회 1,702
14년 전 조회 2,378
14년 전 조회 1,536
14년 전 조회 1,329
14년 전 조회 1,675
14년 전 조회 2,966
14년 전 조회 2,390
14년 전 조회 2,241
14년 전 조회 3,681
14년 전 조회 2,774
14년 전 조회 1,737
14년 전 조회 1,798
14년 전 조회 1,762
14년 전 조회 1,875
14년 전 조회 1,340
14년 전 조회 1,659
14년 전 조회 1,788
14년 전 조회 3,356
14년 전 조회 1,667
14년 전 조회 1,407
14년 전 조회 1,400
14년 전 조회 3,753
14년 전 조회 1,523
14년 전 조회 2,226
14년 전 조회 2,260
14년 전 조회 1,462
14년 전 조회 2,126
14년 전 조회 1,540
14년 전 조회 1,661
14년 전 조회 2,592
14년 전 조회 2,322
14년 전 조회 2,937
14년 전 조회 1,640
14년 전 조회 1,529
14년 전 조회 2,908
14년 전 조회 1,548
14년 전 조회 1,682
14년 전 조회 2,800
14년 전 조회 1,785
14년 전 조회 1,720
14년 전 조회 1,447
14년 전 조회 1,688
14년 전 조회 2,715
14년 전 조회 1,294