Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 수학정석
- autodesk
- 강좌
- 샌프란시스코
- flash
- GDC
- scaleform3
- as3
- as2
- 집합의 연산
- Document Class
- 형변환
- Chart
- KGC 2013
- watch
- as3.0
- 클릭
- MMOKit
- CLIK
- 플래시
- flash player 10
- 태그클라우드
- addChild
- scaleform
- 스케일폼
- scaleform4
- flash cs3
- ApplicationDomain
- 애드온
- DataBinding
Archives
- Today
- Total
목록TextFieldAutoSize (1)
scaleform.minarto.com
텍스트 필드의 진실
실로 오랜만의 포스팅.... 먹고 살기 바쁘다 보니... 회사 녀석이 물어본 볼드체(또는 이탤릭체) 끝이 잘려버리는 현상을 설명해주기 위해 만든 테스트 코드... var textFormat:TextFormat = new TextFormat("굴림", 12, 0, false, true); var txt:TextField = new TextField(); addChild(txt); txt.border = true; txt.text = "DSfasfsaf"; txt.autoSize = TextFieldAutoSize.LEFT; txt.setTextFormat(textFormat); graphics.lineStyle(1, 0, .2) graphics.drawRect(txt.x + (txt.width - txt...
ActionScript
2008. 6. 9. 15:15