0

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

我的代码....

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

1 回答 1

0

使用这个代码伙伴..

  [alabel setFont:[UIFont fontWithName:@"American Typewriter-Bold" size:18]];
于 2012-11-27T11:16:43.140 回答