2011-04-25 1 views

답변

31

이것을 사용

부호화하여 굵게 설정 ..

TextView.setTypeface(null, Typeface.BOLD); 
1
textView.setTypeface(null, Typeface.BOLD_ITALIC); 
textView.setTypeface(null, Typeface.BOLD); 
textView.setTypeface(null, Typeface.ITALIC); 
textView.setTypeface(null, Typeface.NORMAL); 

: 그리고

import android.graphics.Typeface; 
관련 문제