2011년 3월 2일 수요일

iphone font

1. info.plist에 UIAppFonts를 추가하고 array로 변경 폰트 파일의 이름 작성

UILabel *Count = [[[UILabel alloc] init] autorelease];
Count.frame = CGRectMake(0, 0, 105, 20);
Count.backgroundColor = [UIColor clearColor];
Count.textColor = RGBA(109,109,109,1);
Count.font = [UIFont fontWithName:@"PicoBlackAl" size:20];
Count.text = @"Tweet";
[self.view addSubview:Count];




댓글 없음:

댓글 쓰기