| 런타임 버전: | AIR 1.0 Flash Player 9 |
FontStyle 클래스는 TextRenderer 클래스에 값을 제공합니다.
public static const BOLD:String = "bold"| 런타임 버전: | AIR 1.0 Flash Player 9 |
setAdvancedAntiAliasingTable() 메서드의 fontStyle 매개 변수에 굵은 글꼴 스타일을 정의합니다. FontStyle.BOLD 구문을 사용합니다.
참고 사항
public static const BOLD_ITALIC:String = "boldItalic"| 런타임 버전: | AIR 1.0 Flash Player 9 |
setAdvancedAntiAliasingTable() 메서드의 fontStyle 매개 변수에 굵은 기울임체 글꼴 스타일을 정의합니다. FontStyle.BOLD_ITALIC 구문을 사용합니다.
참고 사항
public static const ITALIC:String = "italic"| 런타임 버전: | AIR 1.0 Flash Player 9 |
setAdvancedAntiAliasingTable() 메서드의 fontStyle 매개 변수에 기울임체 글꼴 스타일을 정의합니다. FontStyle.ITALIC 구문을 사용합니다.
참고 사항
public static const REGULAR:String = "regular"| 런타임 버전: | AIR 1.0 Flash Player 9 |
setAdvancedAntiAliasingTable() 메서드의 fontStyle 매개 변수에 일반 글꼴 스타일을 정의합니다. FontStyle.REGULAR 구문을 사용합니다.
참고 사항
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Thu Jan 8 2009, 02:16 AM -08:00