文字字体没有设置?

时间:2012-11-27 11:12:45

标签: iphone objective-c ios ipad

我想为我的标签文字设置字体类型,但它没有设置.....

我的代码......

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];

1 个答案:

答案 0 :(得分:0)

使用此代码配对..

  [alabel setFont:[UIFont fontWithName:@"American Typewriter-Bold" size:18]];