COMING SOON 🚀

v

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

· 14년 전 · 2009
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,560
14년 전 조회 1,630
14년 전 조회 2,095
14년 전 조회 1,634
14년 전 조회 2,004
14년 전 조회 3,448
14년 전 조회 1,479
14년 전 조회 5,638
14년 전 조회 1,488
14년 전 조회 1,651
14년 전 조회 1,498
14년 전 조회 4,212
14년 전 조회 1,299
14년 전 조회 1,645
14년 전 조회 1,952
14년 전 조회 1,945
14년 전 조회 1,435
14년 전 조회 2,049
14년 전 조회 1,514
14년 전 조회 1,403
14년 전 조회 3,050
14년 전 조회 1,804
14년 전 조회 1,389
14년 전 조회 1,379
14년 전 조회 2,407
14년 전 조회 1,581
14년 전 조회 1,976
14년 전 조회 1,963
14년 전 조회 2,576
14년 전 조회 2,640
14년 전 조회 1,910
14년 전 조회 1,551
14년 전 조회 1,484
14년 전 조회 1,719
14년 전 조회 1,905
14년 전 조회 3,344
14년 전 조회 1,374
14년 전 조회 1,716
14년 전 조회 1,823
14년 전 조회 2,212
14년 전 조회 1,423
14년 전 조회 1,310
14년 전 조회 2,003
14년 전 조회 2,358
14년 전 조회 2,451
14년 전 조회 1,620
14년 전 조회 1,433
14년 전 조회 2,546
14년 전 조회 1,652
14년 전 조회 2,010
14년 전 조회 1,458
14년 전 조회 1,540
14년 전 조회 1,515
14년 전 조회 1,591
14년 전 조회 5,442
14년 전 조회 1,483
14년 전 조회 1,627
14년 전 조회 2,313
14년 전 조회 1,442
14년 전 조회 1,247
14년 전 조회 1,596
14년 전 조회 2,904
14년 전 조회 2,300
14년 전 조회 2,176
14년 전 조회 3,603
14년 전 조회 2,705
14년 전 조회 1,665
14년 전 조회 1,723
14년 전 조회 1,674
14년 전 조회 1,804
14년 전 조회 1,282
14년 전 조회 1,590
14년 전 조회 1,719
14년 전 조회 3,290
14년 전 조회 1,593
14년 전 조회 1,338
14년 전 조회 1,343
14년 전 조회 3,682
14년 전 조회 1,451
14년 전 조회 2,148
14년 전 조회 2,195
14년 전 조회 1,396
14년 전 조회 2,067
14년 전 조회 1,471
14년 전 조회 1,597
14년 전 조회 2,523
14년 전 조회 2,264
14년 전 조회 2,875
14년 전 조회 1,588
14년 전 조회 1,470
14년 전 조회 2,835
14년 전 조회 1,487
14년 전 조회 1,618
14년 전 조회 2,734
14년 전 조회 1,693
14년 전 조회 1,657
14년 전 조회 1,386
14년 전 조회 1,621
14년 전 조회 2,646
14년 전 조회 1,219