v

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

· 14년 전 · 2043
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,596
14년 전 조회 1,662
14년 전 조회 2,128
14년 전 조회 1,678
14년 전 조회 2,026
14년 전 조회 3,481
14년 전 조회 1,514
14년 전 조회 5,675
14년 전 조회 1,523
14년 전 조회 1,691
14년 전 조회 1,543
14년 전 조회 4,238
14년 전 조회 1,334
14년 전 조회 1,683
14년 전 조회 1,977
14년 전 조회 1,985
14년 전 조회 1,468
14년 전 조회 2,088
14년 전 조회 1,552
14년 전 조회 1,435
14년 전 조회 3,081
14년 전 조회 1,833
14년 전 조회 1,419
14년 전 조회 1,403
14년 전 조회 2,442
14년 전 조회 1,605
14년 전 조회 2,009
14년 전 조회 1,996
14년 전 조회 2,611
14년 전 조회 2,667
14년 전 조회 1,946
14년 전 조회 1,580
14년 전 조회 1,509
14년 전 조회 1,735
14년 전 조회 1,935
14년 전 조회 3,387
14년 전 조회 1,403
14년 전 조회 1,750
14년 전 조회 1,861
14년 전 조회 2,245
14년 전 조회 1,456
14년 전 조회 1,346
14년 전 조회 2,040
14년 전 조회 2,397
14년 전 조회 2,479
14년 전 조회 1,657
14년 전 조회 1,463
14년 전 조회 2,577
14년 전 조회 1,681
14년 전 조회 2,044
14년 전 조회 1,488
14년 전 조회 1,583
14년 전 조회 1,538
14년 전 조회 1,620
14년 전 조회 5,483
14년 전 조회 1,532
14년 전 조회 1,659
14년 전 조회 2,330
14년 전 조회 1,477
14년 전 조회 1,276
14년 전 조회 1,623
14년 전 조회 2,929
14년 전 조회 2,346
14년 전 조회 2,200
14년 전 조회 3,638
14년 전 조회 2,733
14년 전 조회 1,688
14년 전 조회 1,743
14년 전 조회 1,718
14년 전 조회 1,835
14년 전 조회 1,304
14년 전 조회 1,614
14년 전 조회 1,747
14년 전 조회 3,322
14년 전 조회 1,627
14년 전 조회 1,373
14년 전 조회 1,371
14년 전 조회 3,710
14년 전 조회 1,488
14년 전 조회 2,177
14년 전 조회 2,223
14년 전 조회 1,413
14년 전 조회 2,095
14년 전 조회 1,500
14년 전 조회 1,627
14년 전 조회 2,549
14년 전 조회 2,292
14년 전 조회 2,897
14년 전 조회 1,605
14년 전 조회 1,496
14년 전 조회 2,868
14년 전 조회 1,518
14년 전 조회 1,635
14년 전 조회 2,756
14년 전 조회 1,737
14년 전 조회 1,681
14년 전 조회 1,406
14년 전 조회 1,646
14년 전 조회 2,672
14년 전 조회 1,254