v

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

· 14년 전 · 2190
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,720
14년 전 조회 1,787
14년 전 조회 2,259
14년 전 조회 1,781
14년 전 조회 2,141
14년 전 조회 3,602
14년 전 조회 1,636
14년 전 조회 5,782
14년 전 조회 1,647
14년 전 조회 1,816
14년 전 조회 1,664
14년 전 조회 4,380
14년 전 조회 1,463
14년 전 조회 1,790
14년 전 조회 2,105
14년 전 조회 2,118
14년 전 조회 1,581
14년 전 조회 2,216
14년 전 조회 1,670
14년 전 조회 1,560
14년 전 조회 3,226
14년 전 조회 1,945
14년 전 조회 1,536
14년 전 조회 1,518
14년 전 조회 2,566
14년 전 조회 1,717
14년 전 조회 2,133
14년 전 조회 2,110
14년 전 조회 2,720
14년 전 조회 2,800
14년 전 조회 2,066
14년 전 조회 1,705
14년 전 조회 1,627
14년 전 조회 1,852
14년 전 조회 2,041
14년 전 조회 3,497
14년 전 조회 1,525
14년 전 조회 1,857
14년 전 조회 1,994
14년 전 조회 2,368
14년 전 조회 1,575
14년 전 조회 1,458
14년 전 조회 2,170
14년 전 조회 2,519
14년 전 조회 2,600
14년 전 조회 1,782
14년 전 조회 1,583
14년 전 조회 2,710
14년 전 조회 1,788
14년 전 조회 2,191
14년 전 조회 1,610
14년 전 조회 1,702
14년 전 조회 1,662
14년 전 조회 1,750
14년 전 조회 5,594
14년 전 조회 1,645
14년 전 조회 1,773
14년 전 조회 2,447
14년 전 조회 1,596
14년 전 조회 1,388
14년 전 조회 1,749
14년 전 조회 3,049
14년 전 조회 2,453
14년 전 조회 2,310
14년 전 조회 3,744
14년 전 조회 2,849
14년 전 조회 1,809
14년 전 조회 1,862
14년 전 조회 1,827
14년 전 조회 1,947
14년 전 조회 1,405
14년 전 조회 1,727
14년 전 조회 1,856
14년 전 조회 3,414
14년 전 조회 1,720
14년 전 조회 1,477
14년 전 조회 1,461
14년 전 조회 3,819
14년 전 조회 1,589
14년 전 조회 2,296
14년 전 조회 2,328
14년 전 조회 1,528
14년 전 조회 2,207
14년 전 조회 1,605
14년 전 조회 1,728
14년 전 조회 2,662
14년 전 조회 2,390
14년 전 조회 3,011
14년 전 조회 1,706
14년 전 조회 1,595
14년 전 조회 2,983
14년 전 조회 1,619
14년 전 조회 1,743
14년 전 조회 2,859
14년 전 조회 1,852
14년 전 조회 1,796
14년 전 조회 1,510
14년 전 조회 1,753
14년 전 조회 2,783
14년 전 조회 1,363