E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
uifont
富文本绘制 之Quartz 2D
"绘制文字"];NSDictionary*titDic=@{NSForegroundColorAttributeName:[UIColorredColor],NSFontAttributeName:[
UIFont
systemFontOfSize
不会拉磨的驴
·
2023-08-20 02:15
IOS中设置UITextField的placeholder的字体大小、颜色
;[textFieldsetValue:[UIColorredColor]forKeyPath:@"_placeholderLabel.textColor"];[textFieldsetValue:[
UIFont
boldSystemFontOfSize
缘來諟夢
·
2023-08-20 02:00
UIFont
字体类型详解
如果
UIFont
字体的文件名和字体真实的名称不一致需要查找字体的真实名称for(NSString*fontNamein[
UIFont
familyNames]){NSLog(@"%@===%@",fontName
jazzfly
·
2023-08-19 16:31
OC - Tabbar的选中文字改变颜色
//默认NSMutableDictionary*attrs=[NSMutableDictionarydictionary];attrs[NSFontAttributeName]=[
UIFont
systemFontOfSize
HelloWong
·
2023-08-14 13:37
swift 自动计算字符串的宽和高
这里我是给String写了一个类扩展importFoundationimportUIKitextensionString{funcsizeWithText(font:
UIFont
,size:CGSize
DSA碼侬
·
2023-08-14 10:07
iOS16适配指南之
UIFont
增加了3种新的宽度样式:compressed、condensed与expanded,加上默认的standard,目前
UIFont
共有4种字体宽度。
YungFan
·
2023-08-12 18:06
获取label文字的行数和每行包含的文字
7091203.html#import-(NSArray*)getLinesArrayOfStringInLabel:(UILabel*)label{NSString*text=[labeltext];
UIFont
Qy_iOS
·
2023-08-11 08:02
Weex在iOS 13系统手机上,
加粗等效果失效问题
在该文件的-(NSMutableAttributedString*)buildCTAttributeString方法下,会将
UIFont
转换为CTFontRef。
OOOlive
·
2023-08-07 03:58
iOS 字体Font宏定义
///*字体*/#ifndefFont_h#defineFont_h/*平方-细体*/#definekFont_Regular(font)[
UIFont
fontWithName:@"PingFa
大宝来巡山
·
2023-08-06 14:48
YYLabel的富文本设置
YYText:importYYText2、定义YYLabel属性varprotocolLabel=YYLabel()3、代码实现funcinitUI(){self.protocolLabel.font=
UIFont
.systemFont
异乡人_4f2a
·
2023-08-06 12:19
powerdesigner各种字体设置;preview字体设置;sql字体设置
1.设置左侧菜单:步骤如下:tools—>generaloptions—>fonts—>defalut
UIfont
,选择字体样式及大小即可,同下图。
fastjson_
·
2023-08-05 23:10
#
PowerDesigner
数据库
图片加水印
,title:String,andMarkmarkFont:
UIFont
,andMarkmarkColor:UIColor)->UIImage?
kled_net
·
2023-08-02 09:37
iOS17适配
UIFont
.TextStyle增加了新的超大字体样式extraLargeTitle与extraLargeTitle2。UIImageView支持显示HDR图片。
AirZilong
·
2023-08-02 06:19
ios
UILabel的单行显示不满换行
未做任何处理的情况UILabel*label=UILabel.new;label.backgroundColor=[UIColorblueColor];label.font=[
UIFont
boldSystemFontOfSize
Hanser0503
·
2023-07-28 15:25
iOS 系统字体设置加粗斜体
UIFont
DescriptorSymbolicTraits可有效解决此问题
UIFont
DescriptorSymbolicTraits的组合使用///SF-Pro-Display-HeavyItalic
一抹相思泪成雨
·
2023-07-28 09:59
(转载)iOS
UIFont
字体名字
转载的连接:http://blog.csdn.net/seequan/article/details/51143349FontFamily:AmericanTypewriterFont:AmericanTypewriterFont:AmericanTypewriter-BoldFontFamily:AppleGothicFont:AppleGothicFontFamily:ArialFont:Ar
飞抵普罗旺斯
·
2023-07-28 06:23
我的nvim配置文件
AdjustFontSize(amount)lets:fontsize=s:fontsize+a:amount:execute"G
uiFont
!Consolas:h"
王昊哲
·
2023-07-26 02:50
计算文字宽高
计算宽高CGSizesize=[@"hello"sizeWithAttributes:@{NSFontAttributeName:[
UIFont
systemFontOfSize:12]}];NSMutableAttributedString
麻辣香锅加特辣
·
2023-07-23 16:53
常用控件:RichEdit 2.0 Ctrl实现日志窗口
AfxInitRichEdit2();3.定义全局变量:CHARFORMATcf;longg_lMax=0;longg_lMin=0;CRichEditCtrl*g_pRichEditRecv2;UINTg_
uiFont
Size
沐雨丹阳
·
2023-07-21 21:08
【转】
UIFont
的lineHeight与pointSize
转载自:https://blog.csdn.net/chenyong05314/article/details/708465381.
UIFont
的API里面有哪些属性//Fontattributes@property
棒棒德
·
2023-07-20 23:24
iOS 13设置 tabbar字体
tabBarItemvc.tabBarItem.setTitleTextAttributes([NSAttributedString.Key.foregroundColor:UIColor.red,NSAttributedString.Key.font:
UIFont
.systemFont
isnow
·
2023-07-20 06:34
IOS开发字体大小与UI给的px对应关系
UI给了尺寸图,上边的字体大小使用px(Pixel像素)为单位,不知道怎么对应到程序里的
UIFont
字体大小,在网上找到了对应表:下面这张图左边是程序开发用的文字Pt单位。
陆壹吱吱
·
2023-07-19 13:30
swift 自定义适配系统UItextview
image.pngimage.pnglazyvartextView:UITextView={lettextView=UITextView()textView.text="填写后会被系统推荐"textView.font=
UIFont
.systemFont
授之以渔不如授之以鱼
·
2023-07-17 18:48
label 高度 宽度自适应
UILabel*content_lab=[[UILabelalloc]init];content_lab.textColor=UIColorFromHex(0x333333);content_lab.font=[
UIFont
systemFontOfSize
择一城终老_蜗牛
·
2023-07-16 20:18
mac版android studio设置字体避坑总结
setting->Appearance&Behavior->Appearance->Theme:设置主题Usecustomfont:右边的数字是设置除了编辑代码去之外的字体大小,推荐使用AppleSystem
UIFont
小手琴师
·
2023-07-15 16:58
macos
android
studio
ios修改textField的placeholder的字体颜色大小
;[textFieldsetValue:[UIColorredColor]forKeyPath:@"_placeholderLabel.textColor"];[textFieldsetValue:[
UIFont
boldSystemFontOfSiz
安红唯CC
·
2023-07-14 04:22
iOS17适配指南
UIFont
.TextStyle增加了新的超大字体样式extraLargeTitle与extraLargeTitle2。UIImageView支持显示HDR图片。
YungFan
·
2023-07-04 22:16
一行代码解决label的内边距问题
项目里有标签的样式要做,只展示一个标签,首先想到了用label来做,可是label没有设置edgeInsets的方法,那么久只能自定义了,废话不多说,直接上代码-(instancetype)initWithFont:(
UIFont
放肆的洒脱
·
2023-06-23 22:44
WKWebView 使用自定义字体
info.plist中增加Fontsprovidedbyapplication数组类型,并将添加的字体文件添加(3).找到字体文件对应的具体的我们要用的字体名字NSArray*fontFamilies=[
UIFont
fam
低调的前行者灬
·
2023-06-23 03:34
label 计算高度换行计算不准确问题
[
UIFont
fontWithName:@"Helvetica-Bold"size:18.f]修改后准确显示高度。
飞翔的小鳄鱼
·
2023-06-22 13:26
富文本总结
设置某一段文字的颜色NSForegroundColorAttributeNamevalue:UIColor对象设置某一段文字的字体大小NSFontAttributeNamevalue:
UIFont
对象设置某一段文字的下划线
恩哼恩哼蹦擦擦GH
·
2023-06-22 07:41
JS代码格式化富文本
NSMutableAttributedString*)fullHTMLStringExtendToMutableString:(NSString*)bodyStringwidth:(float)textWidthfont:(
UIFont
北方的冬天008
·
2023-06-19 10:09
win7 安装gvim一些记录
vimfilesdarcula字体各种报错,选择了gvim自带的ron各种fonts,主要powline-fonts,windows可以下载zip后,搜索ttf,全选中进行安装gvim在配置文件_vimrc中设置字体setg
uifont
tf_dejs
·
2023-06-16 12:21
iOS获取系统字号大小
在这里的fontString/fontString1就是当前设置的系统文字字号大小
UIFont
*font=[
UIFont
preferredFontForTextStyle:
UIFont
TextStyleBody
cadc3bdd9439
·
2023-06-15 03:18
ios 获取Text行数和每行显示的内容
-(NSArray*)getLinesArrayOfStringInLabel:(NSString*)stringfont:(
UIFont
*)fontandLableWidth:(CGFloat)lableWidth
奔跑吧小蚂蚁
·
2023-06-08 19:38
当UILabel.adjustsFontSizeToFitWidth = YES时获取最终显示字号大小
解决方法(结尾附上根据实例
UIFont
,获取大小)最笨的方法(毕竟实在没办了),直接上了两个UILabel,一个宽高固定,一个不设宽高,前者设置字号自适应,然后分别赋值text获取两个UILabel的宽度
仁者_8d87
·
2023-05-03 10:16
iOS踩过的坑之根据文字内容计算标签高度
/**计算笔记高度开始*/
UIFont
*noteFont=[
UIFont
fontWithName:kFontName_Regularsize:15*rw];//笔记的行间距CGFloatnoteSpace
Shaw1211
·
2023-04-19 19:01
实现UILabel自适应高度的两种方式
1.sizeThatFits或者sizeToFitUILabel*label=[[UILabelalloc]init];labell.font=[
UIFont
systemFontOfSize:11.0]
Shrock
·
2023-04-19 09:16
IOS开发字体大小与UI给的px对应关系
UI给了尺寸图,上边的字体大小使用px(Pixel像素)为单位,不知道怎么对应到程序里的
UIFont
字体大小,在网上找到了对应表:下面这张图左边是程序开发用的文字Pt单位。
iOS祎
·
2023-04-17 18:07
【iOS】设置导航栏文字颜色,字体,左右Item文字颜色,字体
item的颜色】[[UIBarButtonItemappearance]setTitleTextAttributes:[NSDictionarydictionaryWithObjectsAndKeys:[
UIFont
systemFontOfSize
yangli
·
2023-04-17 08:31
swift、iOS自定义通用可切换tab菜单页面
UIScreen.main.bounds.size.widthletDQScreenHeight:CGFloat=UIScreen.main.bounds.size.heightletDQTitleFont:
UIFont
sinat_36206255
·
2023-04-15 14:35
swift
iOS
swift
iOS
自定义tab菜单
可切换菜单
CoreText简单设置
UILabel*textLabel=[[UILabelalloc]initWithFrame:CGRectMake(10,100,300,100)];textLabel.font=[
UIFont
systemFontOfSize
零度远
·
2023-04-14 12:04
IOS 设计师钟爱的PingFangSC字体
打印iOS系统中可用的字体for(NSString*fontFamilyNamein[
UIFont
familyNames]){NSLog(@"family:'%@'",fontFamilyName);for
hello_iOS程序媛
·
2023-04-13 03:45
iOS开发-使用block处理UIButton的点击事件
(nonatomic,copy)void(^btn_block)(UIButton*sender);+(UIButton*)buttonWithTitle:(NSString*)titlefont:(
UIFont
来者可追文过饰非
·
2023-04-11 00:39
showHint弹屏显示
NSString*)connentandTime:(float)aTimeandHeight:(float)height{NSDictionary*attribute=@{NSFontAttributeName:[
UIFont
systemFontOfSize
lifeLL
·
2023-04-09 15:46
GCC语法
之前看别人源码的时候发现一种奇怪的写法self.nameLabel=({UILabel*label=[[UILabelalloc]init];[self.viewaddSubview:label];label.font=[
UIFont
boldSystemFontOfSize
Mr_ZNN
·
2023-04-08 14:29
iOS-获取字符串、富文本的高度
一、获取字符串的高度-(CGFloat)getStringHeightWithText:(NSString*)stringwidth:(CGFloat)widthfont:(
UIFont
*)font{CGSizesize
zwing
·
2023-04-08 07:00
字符串扩展
求字符串大小extensionString{funcgetSize(_font:
UIFont
)->CGSize{letrect=NSString(string:self).boundingRect(with
微凉初夏
·
2023-04-07 12:41
iOS根据文字大小获取UILable的长度
label.numberOfLines=0;NSDictionary*attributes=@{NSFontAttributeName:[
UIFont
systemFontOfSize:12.0f],};
我一不小心就
·
2023-04-07 08:16
图片拉升不变形,类似聊天气泡
=[[NSStringstringWithFormat:@"#%@",arrayFrom[k][@"label"]]sizeWithAttributes:@{NSFontAttributeName:[
UIFont
systemFontOfSize
爱恨的潮汐
·
2023-04-04 04:27
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他