//设置不同字体颜色 -(void)fuwenbenLabel:(UILabel *)labell FontNumber:(UIFont *)font AndRange:(NSRange)range AndColor:(UIColor *)vaColor { NSMutableAttributedS ...
分类:
移动开发 时间:
2016-07-12 18:54:39
阅读次数:
239
一、获取IOS所有字体名字 NSArray *familyNames = [[NSArray alloc] initWithArray:[UIFont familyNames]]; NSArray *fontNames; NSInteger indFamily, indFont; for (indF ...
分类:
移动开发 时间:
2016-07-12 15:15:30
阅读次数:
426
导入: MBProgressHUD出警告 如: - (CGSize)sizeWithFont:(UIFont*)font constrainedToSize:(CGSize)size lineBreakMode:(NSLineBreakMode)lineBreakModeNS_DEPRECATED_ ...
分类:
其他好文 时间:
2016-06-28 12:35:51
阅读次数:
92
Font Family: American TypewriterFont: AmericanTypewriterFont: AmericanTypewriter-Bold Font Family: AppleGothicFont: AppleGothic Font Family: ArialFont ...
分类:
移动开发 时间:
2016-06-24 10:33:21
阅读次数:
225
/******label随字体改变宽度******/+ (CGSize)sizeWithString:(NSString *)string font:(UIFont *)font{CGRect rect = [string boundingRectWithSize:CGSizeMake(CGFLOA ...
分类:
其他好文 时间:
2016-06-17 09:50:10
阅读次数:
229
1.NSKernAttributeName: @10 调整字句 kerning 字句调整 2.NSFontAttributeName : [UIFont systemFontOfSize:_fontSize] 设置字体 3.NSForegroundColorAttributeName :[UICol ...
分类:
移动开发 时间:
2016-06-17 00:34:30
阅读次数:
235
NSDictionary *attributes = @{ NSForegroundColorAttributeName : [ UIColorredColor ], NSFontAttributeName : [ UIFont fontWithName : @"Zapfino" size : 16 ...
分类:
其他好文 时间:
2016-06-15 01:30:52
阅读次数:
143
1、如何通过代码设置Button title的字体大小 设置Button.titleLabel.font = [UIFont systemFontOfSize:<#(CGFloat)#>] ; 2、获取当前时间 3、判断字符串是否为空字符的方法 4、tableView优化 5、百度地图自定义大头针图 ...
分类:
移动开发 时间:
2016-06-11 00:37:20
阅读次数:
287
前言: 有一些控件无法直接设置文本大小,需要使用方法 setTitleTextAttributes 来设置文本属性 UIFont 字体样式 [UIFont fontWithName~]; iOS- 详解文本属性Attributes - 清澈Saup - 推酷 ...
分类:
其他好文 时间:
2016-06-08 19:00:20
阅读次数:
154
设置字体样式代码:[UIFont fontWithName:@"Arial-BoldMT" size:15] 下边一一列举: 一:Font Family: American Typewriter Font: AmericanTypewriter,如右图 Font: AmericanTypewrite ...
分类:
其他好文 时间:
2016-06-08 18:44:49
阅读次数:
642