v

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

· 14년 전 · 1776
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,352
14년 전 조회 1,404
14년 전 조회 1,867
14년 전 조회 1,405
14년 전 조회 1,770
14년 전 조회 3,201
14년 전 조회 1,261
14년 전 조회 5,438
14년 전 조회 1,251
14년 전 조회 1,439
14년 전 조회 1,259
14년 전 조회 3,995
14년 전 조회 1,063
14년 전 조회 1,409
14년 전 조회 1,697
14년 전 조회 1,722
14년 전 조회 1,186
14년 전 조회 1,812
14년 전 조회 1,278
14년 전 조회 1,154
14년 전 조회 2,822
14년 전 조회 1,567
14년 전 조회 1,159
14년 전 조회 1,142
14년 전 조회 2,181
14년 전 조회 1,347
14년 전 조회 1,759
14년 전 조회 1,742
14년 전 조회 2,376
14년 전 조회 2,411
14년 전 조회 1,681
14년 전 조회 1,303
14년 전 조회 1,264
14년 전 조회 1,491
14년 전 조회 1,662
14년 전 조회 3,160
14년 전 조회 1,125
14년 전 조회 1,472
14년 전 조회 1,602
14년 전 조회 1,978
14년 전 조회 1,179
14년 전 조회 1,063
14년 전 조회 1,789
14년 전 조회 2,159
14년 전 조회 2,242
14년 전 조회 1,443
14년 전 조회 1,211
14년 전 조회 2,354
14년 전 조회 1,432
14년 전 조회 1,777
14년 전 조회 1,227
14년 전 조회 1,287
14년 전 조회 1,313
14년 전 조회 1,393
14년 전 조회 5,230
14년 전 조회 1,267
14년 전 조회 1,418
14년 전 조회 2,090
14년 전 조회 1,210
14년 전 조회 1,003
14년 전 조회 1,405
14년 전 조회 2,675
14년 전 조회 2,114
14년 전 조회 1,963
14년 전 조회 3,437
14년 전 조회 2,504
14년 전 조회 1,464
14년 전 조회 1,496
14년 전 조회 1,482
14년 전 조회 1,601
14년 전 조회 1,051
14년 전 조회 1,373
14년 전 조회 1,495
14년 전 조회 3,094
14년 전 조회 1,391
14년 전 조회 1,121
14년 전 조회 1,106
14년 전 조회 3,456
14년 전 조회 1,238
14년 전 조회 1,955
14년 전 조회 2,037
14년 전 조회 1,174
14년 전 조회 1,856
14년 전 조회 1,261
14년 전 조회 1,403
14년 전 조회 2,344
14년 전 조회 2,093
14년 전 조회 2,685
14년 전 조회 1,383
14년 전 조회 1,260
14년 전 조회 2,632
14년 전 조회 1,283
14년 전 조회 1,397
14년 전 조회 2,562
14년 전 조회 1,483
14년 전 조회 1,472
14년 전 조회 1,180
14년 전 조회 1,433
14년 전 조회 2,456
14년 전 조회 1,009