我想为我的标签文字设置字体类型,但它没有设置.....
我的代码......
CGRect imageFrame = CGRectMake(10, 10, 150, 80);
labelResizableView = [[UserResizableView alloc] initWithFrame:imageFrame];
alabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 35, 100, 100)];
alabel.font = [UIFont fontWithName:@"AmericanTypewriter-Bold" size:18];
答案 0 :(得分:0)
使用此代码配对..
[alabel setFont:[UIFont fontWithName:@"American Typewriter-Bold" size:18]];