iOS添加自定义自体 [UIFont fontWithName: size:]
[UIFont fontWithName:(NSString *)fontName size:(CGFloat)fontSize];
//便利字体名称
for (NSString *str in [UIFont familyNames]) {
dlog(@"UIFont_name: %@",str);
}
2015-05-25 16:36:46.591 pengsi[10717:2381284] UIFont_...
分类:
移动开发 时间:
2015-05-25 18:51:23
阅读次数:
182