v

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

· 14년 전 · 2185
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,714
14년 전 조회 1,782
14년 전 조회 2,251
14년 전 조회 1,778
14년 전 조회 2,138
14년 전 조회 3,597
14년 전 조회 1,629
14년 전 조회 5,777
14년 전 조회 1,643
14년 전 조회 1,813
14년 전 조회 1,662
14년 전 조회 4,375
14년 전 조회 1,461
14년 전 조회 1,786
14년 전 조회 2,100
14년 전 조회 2,113
14년 전 조회 1,578
14년 전 조회 2,214
14년 전 조회 1,666
14년 전 조회 1,558
14년 전 조회 3,219
14년 전 조회 1,939
14년 전 조회 1,531
14년 전 조회 1,512
14년 전 조회 2,565
14년 전 조회 1,710
14년 전 조회 2,131
14년 전 조회 2,105
14년 전 조회 2,716
14년 전 조회 2,792
14년 전 조회 2,059
14년 전 조회 1,702
14년 전 조회 1,626
14년 전 조회 1,848
14년 전 조회 2,034
14년 전 조회 3,491
14년 전 조회 1,522
14년 전 조회 1,851
14년 전 조회 1,989
14년 전 조회 2,362
14년 전 조회 1,567
14년 전 조회 1,455
14년 전 조회 2,167
14년 전 조회 2,517
14년 전 조회 2,593
14년 전 조회 1,776
14년 전 조회 1,576
14년 전 조회 2,706
14년 전 조회 1,783
14년 전 조회 2,186
14년 전 조회 1,607
14년 전 조회 1,697
14년 전 조회 1,659
14년 전 조회 1,749
14년 전 조회 5,588
14년 전 조회 1,642
14년 전 조회 1,770
14년 전 조회 2,444
14년 전 조회 1,594
14년 전 조회 1,387
14년 전 조회 1,748
14년 전 조회 3,048
14년 전 조회 2,452
14년 전 조회 2,302
14년 전 조회 3,740
14년 전 조회 2,844
14년 전 조회 1,807
14년 전 조회 1,861
14년 전 조회 1,821
14년 전 조회 1,945
14년 전 조회 1,401
14년 전 조회 1,724
14년 전 조회 1,852
14년 전 조회 3,412
14년 전 조회 1,720
14년 전 조회 1,474
14년 전 조회 1,458
14년 전 조회 3,814
14년 전 조회 1,585
14년 전 조회 2,289
14년 전 조회 2,325
14년 전 조회 1,521
14년 전 조회 2,198
14년 전 조회 1,603
14년 전 조회 1,725
14년 전 조회 2,659
14년 전 조회 2,386
14년 전 조회 3,003
14년 전 조회 1,704
14년 전 조회 1,593
14년 전 조회 2,979
14년 전 조회 1,614
14년 전 조회 1,738
14년 전 조회 2,857
14년 전 조회 1,850
14년 전 조회 1,793
14년 전 조회 1,507
14년 전 조회 1,749
14년 전 조회 2,779
14년 전 조회 1,358