KILabel icon indicating copy to clipboard operation
KILabel copied to clipboard

change the font of label,but it doesn't work

Open 0xhellohaley opened this issue 9 years ago • 0 comments

let label = KILabel() label.textColor = UIColor.darkGrayColor() label.font = UIFont.systemFontOfSize(20)

I change the font from 15 to 20 ,the result is same.(the word is small)

0xhellohaley avatar Mar 15 '16 01:03 0xhellohaley