iOS Question cahnge font of a button

tufanv

Expert
Licensed User
Longtime User
Hello

in Erel's tut. we can add a font for label using label.font = xx
but for buttons i cant do it . Is there any way to do it ?
 

tufanv

Expert
Licensed User
Longtime User
sorry the answer was in the same topic

Button1.CustomLabel.Font = Font.CreateNew2("PaperCuts2", 20)
 
Upvote 0
Top