Andriod TextView typeface
生活随笔
收集整理的這篇文章主要介紹了
Andriod TextView typeface
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
typeface 字體 ,?可用于更改文本中使用的字體的類, Android 默認提供了四種字體分別如下:
- noraml (普通字體,系統(tǒng)默認使用的字體)
- sans(非襯線字體)
- serif (襯線字體)
- monospace(等寬字體)
在xml 中的寫法
<TextViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Android typeface效果展示"android:layout_marginTop="10dp"android:textSize="25sp"android:typeface="normal" /><TextViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Android typeface效果展示"android:layout_marginTop="10dp"android:textSize="25sp"android:typeface="sans" /><TextViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Android typeface效果展示"android:layout_marginTop="10dp"android:textSize="25sp"android:typeface="monospace" /><TextViewandroid:layout_width="wrap_content"android:layout_height="wrap_content"android:text="Android typeface效果展示"android:layout_marginTop="10dp"android:textSize="25sp"android:typeface="serif" />
效果圖
當然也可以在java 代碼中使用setTypeface的方法 設(shè)置
同時也可以使用typeface 加載第三方字體,
?
總結(jié)
以上是生活随笔為你收集整理的Andriod TextView typeface的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android TextView t
- 下一篇: 自家腌好的咸鱼怎么做好吃啊,红烧怎么做,