Andriod TextView typeface
typeface 字体 ,可用于更改文本中使用的字体的类, Android 默认提供了四种字体分别如下:noraml (普通字体,系统默认使用的字体) sans(非衬线字体) serif (衬线字体) monospace(等宽字体)在xml 中的写法 <TextView android:layout_width="wrap_content" android:layout_height="wrap_conte