v

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

· 14년 전 · 1711
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,275
14년 전 조회 1,320
14년 전 조회 1,791
14년 전 조회 1,325
14년 전 조회 1,689
14년 전 조회 3,120
14년 전 조회 1,176
14년 전 조회 5,394
14년 전 조회 1,175
14년 전 조회 1,352
14년 전 조회 1,191
14년 전 조회 3,914
14년 전 조회 985
14년 전 조회 1,337
14년 전 조회 1,621
14년 전 조회 1,642
14년 전 조회 1,108
14년 전 조회 1,735
14년 전 조회 1,202
14년 전 조회 1,076
14년 전 조회 2,745
14년 전 조회 1,482
14년 전 조회 1,083
14년 전 조회 1,063
14년 전 조회 2,111
14년 전 조회 1,276
14년 전 조회 1,686
14년 전 조회 1,666
14년 전 조회 2,322
14년 전 조회 2,338
14년 전 조회 1,604
14년 전 조회 1,229
14년 전 조회 1,188
14년 전 조회 1,402
14년 전 조회 1,584
14년 전 조회 3,116
14년 전 조회 1,052
14년 전 조회 1,382
14년 전 조회 1,528
14년 전 조회 1,902
14년 전 조회 1,107
14년 전 조회 1,004
14년 전 조회 1,716
14년 전 조회 2,082
14년 전 조회 2,178
14년 전 조회 1,410
14년 전 조회 1,152
14년 전 조회 2,290
14년 전 조회 1,372
14년 전 조회 1,711
14년 전 조회 1,163
14년 전 조회 1,226
14년 전 조회 1,251
14년 전 조회 1,319
14년 전 조회 5,196
14년 전 조회 1,205
14년 전 조회 1,342
14년 전 조회 2,013
14년 전 조회 1,148
14년 전 조회 934
14년 전 조회 1,335
14년 전 조회 2,616
14년 전 조회 2,064
14년 전 조회 1,903
14년 전 조회 3,398
14년 전 조회 2,446
14년 전 조회 1,392
14년 전 조회 1,434
14년 전 조회 1,413
14년 전 조회 1,542
14년 전 조회 991
14년 전 조회 1,301
14년 전 조회 1,436
14년 전 조회 3,030
14년 전 조회 1,317
14년 전 조회 1,057
14년 전 조회 1,053
14년 전 조회 3,392
14년 전 조회 1,175
14년 전 조회 1,895
14년 전 조회 1,998
14년 전 조회 1,097
14년 전 조회 1,803
14년 전 조회 1,196
14년 전 조회 1,342
14년 전 조회 2,277
14년 전 조회 2,056
14년 전 조회 2,618
14년 전 조회 1,324
14년 전 조회 1,197
14년 전 조회 2,571
14년 전 조회 1,219
14년 전 조회 1,319
14년 전 조회 2,522
14년 전 조회 1,422
14년 전 조회 1,409
14년 전 조회 1,119
14년 전 조회 1,379
14년 전 조회 2,400
14년 전 조회 949