v

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

· 14년 전 · 1790
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,371
14년 전 조회 1,421
14년 전 조회 1,883
14년 전 조회 1,421
14년 전 조회 1,783
14년 전 조회 3,224
14년 전 조회 1,280
14년 전 조회 5,444
14년 전 조회 1,277
14년 전 조회 1,466
14년 전 조회 1,278
14년 전 조회 4,017
14년 전 조회 1,085
14년 전 조회 1,430
14년 전 조회 1,717
14년 전 조회 1,745
14년 전 조회 1,202
14년 전 조회 1,832
14년 전 조회 1,301
14년 전 조회 1,173
14년 전 조회 2,850
14년 전 조회 1,586
14년 전 조회 1,181
14년 전 조회 1,165
14년 전 조회 2,211
14년 전 조회 1,362
14년 전 조회 1,771
14년 전 조회 1,763
14년 전 조회 2,386
14년 전 조회 2,434
14년 전 조회 1,705
14년 전 조회 1,324
14년 전 조회 1,284
14년 전 조회 1,507
14년 전 조회 1,683
14년 전 조회 3,168
14년 전 조회 1,149
14년 전 조회 1,492
14년 전 조회 1,623
14년 전 조회 1,999
14년 전 조회 1,205
14년 전 조회 1,085
14년 전 조회 1,807
14년 전 조회 2,179
14년 전 조회 2,262
14년 전 조회 1,456
14년 전 조회 1,225
14년 전 조회 2,376
14년 전 조회 1,450
14년 전 조회 1,791
14년 전 조회 1,250
14년 전 조회 1,306
14년 전 조회 1,334
14년 전 조회 1,411
14년 전 조회 5,242
14년 전 조회 1,281
14년 전 조회 1,433
14년 전 조회 2,109
14년 전 조회 1,236
14년 전 조회 1,019
14년 전 조회 1,431
14년 전 조회 2,695
14년 전 조회 2,136
14년 전 조회 1,986
14년 전 조회 3,448
14년 전 조회 2,524
14년 전 조회 1,475
14년 전 조회 1,515
14년 전 조회 1,502
14년 전 조회 1,623
14년 전 조회 1,067
14년 전 조회 1,391
14년 전 조회 1,516
14년 전 조회 3,114
14년 전 조회 1,412
14년 전 조회 1,147
14년 전 조회 1,126
14년 전 조회 3,476
14년 전 조회 1,255
14년 전 조회 1,972
14년 전 조회 2,049
14년 전 조회 1,190
14년 전 조회 1,880
14년 전 조회 1,277
14년 전 조회 1,414
14년 전 조회 2,353
14년 전 조회 2,105
14년 전 조회 2,702
14년 전 조회 1,399
14년 전 조회 1,281
14년 전 조회 2,645
14년 전 조회 1,305
14년 전 조회 1,414
14년 전 조회 2,572
14년 전 조회 1,496
14년 전 조회 1,493
14년 전 조회 1,196
14년 전 조회 1,454
14년 전 조회 2,473
14년 전 조회 1,022