Swift 設定文字陰影

2021-07-05 01:25:34 字數 521 閱讀 1789

swift 設定文字陰影其實很簡單

我們一uilabel為例來看

let label1=uilabel(frame: cgrectmake(30, 50, 310,36))

label1.text="i'm learning swift"

label1.font=uifont.systemfontofsize(30)//調整文字大小

label1.shadowcolor=uicolor.lightgraycolor()//設定陰影顏色

label1.shadowoffset=cgsizemake(3, 3)//設定陰影大小

self.view .addsubview(label1)

效果如下

蘋果開發群 :414319235  歡迎加入  歡迎討論問題

Android text文字陰影設定

android id id text android layout width wrap content android layout height wrap content android text text1 android textsize 35dip android textstyle bo...

文字文字設定 陰影 陰影透明度 陰影模糊度

todo 設定陰影 第乙個引數是 透明度 第二三個是縱橫陰影長度 第四個顏色值 tvcontent.setshadowlayer blur,10,10,color.parsecolor changecolor blurcolor todo 根據顏色id 轉換解析顏色 目的是將透明度設定進去 priv...

android文字陰影效果設定

html view plain copy textview android id id tvtext1 android layout width wrap content android layout height wrap content android text text1 android te...