v

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

· 14년 전 · 1763
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,336
14년 전 조회 1,377
14년 전 조회 1,852
14년 전 조회 1,385
14년 전 조회 1,750
14년 전 조회 3,187
14년 전 조회 1,237
14년 전 조회 5,426
14년 전 조회 1,234
14년 전 조회 1,418
14년 전 조회 1,239
14년 전 조회 3,974
14년 전 조회 1,047
14년 전 조회 1,393
14년 전 조회 1,680
14년 전 조회 1,704
14년 전 조회 1,177
14년 전 조회 1,798
14년 전 조회 1,255
14년 전 조회 1,139
14년 전 조회 2,803
14년 전 조회 1,541
14년 전 조회 1,149
14년 전 조회 1,125
14년 전 조회 2,169
14년 전 조회 1,327
14년 전 조회 1,745
14년 전 조회 1,723
14년 전 조회 2,367
14년 전 조회 2,387
14년 전 조회 1,666
14년 전 조회 1,280
14년 전 조회 1,250
14년 전 조회 1,472
14년 전 조회 1,646
14년 전 조회 3,151
14년 전 조회 1,109
14년 전 조회 1,450
14년 전 조회 1,577
14년 전 조회 1,965
14년 전 조회 1,164
14년 전 조회 1,049
14년 전 조회 1,765
14년 전 조회 2,141
14년 전 조회 2,228
14년 전 조회 1,436
14년 전 조회 1,197
14년 전 조회 2,337
14년 전 조회 1,418
14년 전 조회 1,764
14년 전 조회 1,210
14년 전 조회 1,269
14년 전 조회 1,297
14년 전 조회 1,372
14년 전 조회 5,222
14년 전 조회 1,250
14년 전 조회 1,406
14년 전 조회 2,067
14년 전 조회 1,195
14년 전 조회 986
14년 전 조회 1,385
14년 전 조회 2,663
14년 전 조회 2,101
14년 전 조회 1,950
14년 전 조회 3,424
14년 전 조회 2,492
14년 전 조회 1,452
14년 전 조회 1,481
14년 전 조회 1,459
14년 전 조회 1,588
14년 전 조회 1,038
14년 전 조회 1,359
14년 전 조회 1,476
14년 전 조회 3,078
14년 전 조회 1,369
14년 전 조회 1,103
14년 전 조회 1,090
14년 전 조회 3,443
14년 전 조회 1,219
14년 전 조회 1,936
14년 전 조회 2,027
14년 전 조회 1,158
14년 전 조회 1,842
14년 전 조회 1,246
14년 전 조회 1,389
14년 전 조회 2,318
14년 전 조회 2,083
14년 전 조회 2,657
14년 전 조회 1,365
14년 전 조회 1,247
14년 전 조회 2,622
14년 전 조회 1,264
14년 전 조회 1,376
14년 전 조회 2,559
14년 전 조회 1,465
14년 전 조회 1,452
14년 전 조회 1,168
14년 전 조회 1,425
14년 전 조회 2,440
14년 전 조회 992