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