2011-04-25 54 views

回答

31

为TextView的设定大胆使用这种编码

..

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; 
相关问题