v

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

· 14년 전 · 2188
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,717
14년 전 조회 1,786
14년 전 조회 2,255
14년 전 조회 1,780
14년 전 조회 2,140
14년 전 조회 3,600
14년 전 조회 1,634
14년 전 조회 5,780
14년 전 조회 1,645
14년 전 조회 1,816
14년 전 조회 1,663
14년 전 조회 4,377
14년 전 조회 1,463
14년 전 조회 1,790
14년 전 조회 2,105
14년 전 조회 2,118
14년 전 조회 1,580
14년 전 조회 2,215
14년 전 조회 1,670
14년 전 조회 1,559
14년 전 조회 3,224
14년 전 조회 1,944
14년 전 조회 1,535
14년 전 조회 1,518
14년 전 조회 2,565
14년 전 조회 1,716
14년 전 조회 2,132
14년 전 조회 2,108
14년 전 조회 2,720
14년 전 조회 2,797
14년 전 조회 2,065
14년 전 조회 1,704
14년 전 조회 1,626
14년 전 조회 1,850
14년 전 조회 2,039
14년 전 조회 3,497
14년 전 조회 1,523
14년 전 조회 1,857
14년 전 조회 1,993
14년 전 조회 2,367
14년 전 조회 1,570
14년 전 조회 1,458
14년 전 조회 2,169
14년 전 조회 2,519
14년 전 조회 2,597
14년 전 조회 1,781
14년 전 조회 1,581
14년 전 조회 2,708
14년 전 조회 1,787
14년 전 조회 2,189
14년 전 조회 1,608
14년 전 조회 1,700
14년 전 조회 1,662
14년 전 조회 1,750
14년 전 조회 5,591
14년 전 조회 1,643
14년 전 조회 1,770
14년 전 조회 2,446
14년 전 조회 1,596
14년 전 조회 1,388
14년 전 조회 1,749
14년 전 조회 3,049
14년 전 조회 2,452
14년 전 조회 2,309
14년 전 조회 3,743
14년 전 조회 2,847
14년 전 조회 1,807
14년 전 조회 1,861
14년 전 조회 1,826
14년 전 조회 1,946
14년 전 조회 1,404
14년 전 조회 1,727
14년 전 조회 1,854
14년 전 조회 3,414
14년 전 조회 1,720
14년 전 조회 1,474
14년 전 조회 1,461
14년 전 조회 3,819
14년 전 조회 1,588
14년 전 조회 2,295
14년 전 조회 2,326
14년 전 조회 1,525
14년 전 조회 2,203
14년 전 조회 1,605
14년 전 조회 1,727
14년 전 조회 2,659
14년 전 조회 2,389
14년 전 조회 3,008
14년 전 조회 1,706
14년 전 조회 1,595
14년 전 조회 2,982
14년 전 조회 1,619
14년 전 조회 1,741
14년 전 조회 2,859
14년 전 조회 1,850
14년 전 조회 1,796
14년 전 조회 1,510
14년 전 조회 1,752
14년 전 조회 2,781
14년 전 조회 1,362