首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

合适显示时间的字体

2012-06-28 
适合显示时间的字体? ??UILabel?*label [[UILabel?alloc]?initWithFrame:CGRectMake(0,?50,?320,?300)]

适合显示时间的字体

? ??UILabel?*label = [[UILabel?alloc]?initWithFrame:CGRectMake(0,?50,?320,?300)];

? ? label.font?= [UIFont?fontWithName:@"DBLCDTempBlack"?size:128.0];

? ? label.backgroundColor?= [UIColor?colorWithRed:1?green:1?blue:1?alpha:0];

? ? label.text?=?@"10:32";

? ? label.textColor?= [UIColor?greenColor];

? ? [self.view?addSubview:label];

热点排行