12letter-spacing:畫素(字母或中文字的左右間距)34
word-spacing:畫素(兩個單詞之間的左右間距)56
line-height:畫素(兩行之間的間距)78
text-decoration:字型的裝飾(如刪除線等)910
vertical-align:垂直上的位置
1112
text-align:文字對齊方式
1314
text-indent:縮排(一般以rem為單位,2rem為兩個中文字的寬度)
1516
text-transform:將文字轉換為其他形式
CSS定義字型間距 字型行與行間距
css定義字型行間距 line height xxpx css定義字型間距 下面我們講述一下css的文字屬性,還是先來看一下文字屬性的詳細列表 屬性 屬性含義 屬性值 word spacing 定義了各個單詞之間的間距 normal必須以長度為單位 letter spacing 定義了每個字母之間的...
TextView設定行間距 字型間距
一 設定行間距 1 設定行間距 android linespacingextra,取值範圍 正數 負數和0,正數表示增加相應的大小,負數表示減少相應的大小,0表示無變化 2 設定行間距的倍數 android linespacingmultiplier,取值範圍 浮點數,如果值大於1.0表示增加行間距...
ios UILabel字型的行間距
define linespace 20 uilabel label uilabel alloc initwithframe cgrectmake 0,100,320,200 label setbackgroundcolor uicolor blackcolor label settextcolor ...