v

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

· 14년 전 · 1747
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,321
14년 전 조회 1,364
14년 전 조회 1,834
14년 전 조회 1,365
14년 전 조회 1,729
14년 전 조회 3,169
14년 전 조회 1,222
14년 전 조회 5,416
14년 전 조회 1,215
14년 전 조회 1,398
14년 전 조회 1,231
14년 전 조회 3,962
14년 전 조회 1,036
14년 전 조회 1,382
14년 전 조회 1,663
14년 전 조회 1,684
14년 전 조회 1,155
14년 전 조회 1,786
14년 전 조회 1,239
14년 전 조회 1,126
14년 전 조회 2,790
14년 전 조회 1,528
14년 전 조회 1,136
14년 전 조회 1,112
14년 전 조회 2,153
14년 전 조회 1,316
14년 전 조회 1,727
14년 전 조회 1,705
14년 전 조회 2,355
14년 전 조회 2,372
14년 전 조회 1,648
14년 전 조회 1,267
14년 전 조회 1,240
14년 전 조회 1,451
14년 전 조회 1,636
14년 전 조회 3,145
14년 전 조회 1,095
14년 전 조회 1,436
14년 전 조회 1,559
14년 전 조회 1,949
14년 전 조회 1,149
14년 전 조회 1,041
14년 전 조회 1,756
14년 전 조회 2,128
14년 전 조회 2,220
14년 전 조회 1,432
14년 전 조회 1,188
14년 전 조회 2,328
14년 전 조회 1,408
14년 전 조회 1,748
14년 전 조회 1,198
14년 전 조회 1,260
14년 전 조회 1,286
14년 전 조회 1,361
14년 전 조회 5,219
14년 전 조회 1,242
14년 전 조회 1,389
14년 전 조회 2,052
14년 전 조회 1,187
14년 전 조회 971
14년 전 조회 1,375
14년 전 조회 2,648
14년 전 조회 2,088
14년 전 조회 1,939
14년 전 조회 3,421
14년 전 조회 2,483
14년 전 조회 1,438
14년 전 조회 1,473
14년 전 조회 1,449
14년 전 조회 1,573
14년 전 조회 1,026
14년 전 조회 1,347
14년 전 조회 1,463
14년 전 조회 3,069
14년 전 조회 1,350
14년 전 조회 1,094
14년 전 조회 1,083
14년 전 조회 3,431
14년 전 조회 1,207
14년 전 조회 1,927
14년 전 조회 2,021
14년 전 조회 1,141
14년 전 조회 1,829
14년 전 조회 1,234
14년 전 조회 1,379
14년 전 조회 2,308
14년 전 조회 2,077
14년 전 조회 2,648
14년 전 조회 1,353
14년 전 조회 1,232
14년 전 조회 2,607
14년 전 조회 1,253
14년 전 조회 1,359
14년 전 조회 2,548
14년 전 조회 1,455
14년 전 조회 1,439
14년 전 조회 1,152
14년 전 조회 1,408
14년 전 조회 2,433
14년 전 조회 982