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
coreText
CoreTextHyperlinkView
CoreTextHyperlinkView是一个使用
CoreText
来渲染文本,支持可点击超链的控件,无需WebView支持。
iosCode
·
2013-01-29 21:00
Rich HTML
CoreText
在Textview上实现丰富的文字效果,包括文字大小、颜色、字体、下划线,链接以及图文混排等等,以及对文字进行排版。实现类似于网页的文字效果。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。转载:http://www.adobex.com/ios/source/details/00000482.htm
iosCode
·
2013-01-28 02:00
html
rich
CoreText
CoreText
Hyperlink View
给TextView中的文字加上链接。在Textview上实现丰富的文字效果,包括文字大小、颜色、字体、链接等等。实现类似于网页的文字效果。同样可以处理微博上类似@或者#的特殊转义字符 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。转载:http://www.adobex.com/ios/source/details/00000481.htm
iosCode
·
2013-01-28 02:00
view
CoreText
Hyperlink
Core Text Tricks
用
CoreText
给文字进行排版,demo中实现文字双列排版和三列排版(多列排版),可以居中对齐、居左和居右。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-28 01:00
text
core
Tricks
Core Text Wrapper
用
CoreText
给文字进行排版,可以实现文字多列排版,和图文混排。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-28 01:00
text
core
wrapper
UITextView for Code
利用
CoreText
实现代码根据语法高亮显示效果,可以用作代码编辑器。代码的高亮效果可以随着输入来即时显示。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-28 01:00
code
for
UITextView
Special Chars in Label
使用UIView和
CoreText
实现的一个label,根据自定义规则,或者直接规定哪些是特殊的字符,从而对字符串某些字符进行特殊显示或者处理,比如链接,比如微博里面的@,#等。
iosCode
·
2013-01-27 11:00
in
label
special
Chars
【iOS开发】---- RTLabel 自定义label
这里说一下使用:1.将RTLabel.h和 RTLabel.m直接拽入你的工程中;2.引入
CoreText
.framework;3.初始化和使用:RTLabel*forgotLb=[[RTLabelalloc
sjx19871225
·
2013-01-21 15:00
RTLabel
自
带下划线的label
IOS 利用core text对文字进行排版
coretext
这个包默认是没有的,要自己手动添加进来。
00_静笃_00
·
2013-01-18 14:00
ios
text
text
core
CoreText
看一下iOS平台下
CoreText
的一些常用的类。
qingsi00
·
2013-01-07 11:00
设置
CoreText
基本属性
通过以下代码来学习一下
coretext
的基本属性的设置,加深了解
coretext
是通过哪些基本的属性来设置自己的样式的。
likendsl
·
2013-01-04 11:00
CoreText
初识
BefriendingCoreTextBeforetheiPadwasreleasedyouhadbasicallytwowayshowtogettextonscreen.EitheryouwouldstickwithUILabelorUITextViewprovidedbyUIKitorifyoufelthard-coreyouwoulddrawthetextyourselfontheQuart
likendsl
·
2013-01-04 11:00
Core Text对象模型
CoreText
是iOS3.2+和OSX10.5+的文本渲染引擎,可以让你自由的控制文本格式和排版。
zhaozy55555
·
2012-12-27 07:00
准确计算
CoreText
高度的方法
-(int)getAttributedStringHeightWithString:(NSAttributedString*) string WidthValue:(int)width{ inttotal_height=0; CTFramesetterRefframesetter=CTFramesetterCreateWithAttributedString((CFAttribut
我的笔记本
·
2012-12-25 10:43
计算
的
IOS利用Core Text对文字进行排版
http://hi.baidu.com/jwq359699768/item/bec7364f4b2148ee1e19bc26
coretext
这个包默认是没有的,要自己手动添加进来。
我的笔记本
·
2012-12-24 23:54
排版
CoreText
总结
CoreText
总结(1) NSAttributedString NSAttributedString 可以将一段文字中的部分文字设置单独的字体和颜色。
liliangchw
·
2012-12-05 17:00
label中显示不同颜色的字以及不同字体,字体高亮
//导包
CoreText
首先继承一个label,要想在一个label中实现各种不同颜色的字,就是重绘。
liliangchw
·
2012-12-05 17:00
coreText
自定义富文本Label by Gphone
转载:转载自DEVDIV博客-History,地址:http://blog.devdiv.com/
coretext
自定义富文本label.htmlcoreText自定义富文本Labelby GphoneUILabel
Lovegarfield
·
2012-12-05 16:00
iOS实现简单图文混排效果
现在分享一种比较简单的实现方式 iOSsdk中为我们提供了一套完善的文字排版开发组件:
CoreText
。
a351945755
·
2012-11-28 15:00
两种方式 创建富文本的代码 ios +
#import <
CoreText
/
CoreText
.h> #import <QuartzCore/QuartzCore.h> NSAttributedString *getAttributedString
ydbc
·
2012-11-25 15:00
ios
coretext
总结
转载自:http://ios-iphone.diandian.com/post/2012-03-06/15104770(1)NSAttributedString NSAttributedString可以将一段文字中的部分文字设置单独的字体和颜色。 与UITouch结合可以实现点击不同文字触发不同事件的交互功能。 主要方法: -(void)addA
chenyong05314
·
2012-11-22 19:00
coretext
转载自:http://blog.csdn.net/ttth202507/article/details/7456791这里有个前面部分翻译了的:http://blog.csdn.net/langresser/article/details/7401151注:这两天照着这个DEMO做了,但到最后怎么都不行,后来才发现,原来最后一点zombies.txt这个文件的最后一行height="882">
chenyong05314
·
2012-11-21 00:00
iphone 字符串的多样化显示(NSAttributedString)
首先导入
CoreText
.framework,并在需要使用的文件中导入:#import创建一个NSMutableAttributedString:NSMutableAttributedString*attriString
ydj213
·
2012-11-20 17:00
解决MAC系统字体发虚,更换默认字体为微软雅黑
中按command+shift+G在弹出的路径窗口中输入如下路径:/System/Library/Frameworks/ApplicationServices.framework/Frameworks/
CoreText
.framework
scnjl
·
2012-11-17 23:00
解决MAC系统字体发虚,更换默认字体为微软雅黑
command+shift+G 在弹出的路径窗口中输入如下路径: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/
CoreText
.framework
scnjl
·
2012-11-17 23:00
mac
解决MAC系统字体发虚,更换默认字体为微软雅黑
command+shift+G 在弹出的路径窗口中输入如下路径: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/
CoreText
.framework
scnjl
·
2012-11-17 23:00
mac
IOS开发之——
CoreText
看一下iOS平台下
CoreText
的一些常用的类。
pjk1129
·
2012-11-16 10:00
IOS开发之——Core Text对象模型
CoreText
是iOS3.2+和OSX10.5+的文本渲染引擎,可以让你自由的控制文本格式和排版。
pjk1129
·
2012-11-16 10:00
IOS开发之——NSAttributedString 详解
首先导入
CoreText
.framework,并在需要使用的文件中导入:#import创建一个NSMutableAttributedSt
pjk1129
·
2012-11-15 13:00
Core Text Tutorial
http://invasivecode.tumblr.com/core-text至今为止看到的
Coretext
最全面的一篇文章CoreTextTutorialAuthor:EvaDiaz-Santana
xcysuccess3
·
2012-10-25 17:00
浅析
CoreText
自由绘制(3)
http://blog.csdn.net/xcysuccess3 版权所有,转载请说明
CoreText
提供了一系列方便的函数,可以很容易的把文本绘制在屏幕上,对于一个Frame来说,一般并不需要担心文本的排列问题
xcysuccess3
·
2012-10-24 10:00
使用
CoreText
排版,取得文字区域精确大小
在iOS中,要計算文字區域的大小,說實在的是有一點麻煩,因為還沒繪製文字之前,是很難得到文字的區域大小的,所以我們通常的做法是:1.先開一個極大的區域,固定寬度,然後文字往下排。2.設定文字大小及行距。3.取得行數。4.取得文字區域高度=行數X(文字大小+行距)-行距。//註:最後一行沒有行距5.開一個繪圖(context)大小(文字區域寬高)。6.開始繪圖。7.取得繪圖內容(UIImage)。請
xcysuccess3
·
2012-10-24 08:00
浅析
CoreText
自由绘制(2)
http://blog.csdn.net/xcysuccess3 版权所有,转载请说明1.竖排绘制-(void)drawRect:(CGRect)rect//竖排绘制 { //Drawingcodehere. CGContextRefcontext=UIGraphicsGetCurrentContext(); CGContextSetTextMatrix(context,CGAffineTrans
xcysuccess3
·
2012-10-23 14:00
浅析
CoreText
自由绘制
http://blog.csdn.net/xcysuccess3 版权所有,转载请说明这三天自己一直在研究如何绘制文字,首先是找了
CoreText
,但是没有发现DrawAtPosition的方法,无奈之下转向
xcysuccess3
·
2012-10-22 20:00
ios
qq
api
null
Path
initialization
CoreText
基础-字体必修课
介绍一些字体的术语,以及对应的英文名称字体(Font):是一系列字号、样式和磅值相同的字符(例如:10磅黑体Palatino)。现多被视为字样的同义词字面(Face):是所有字号的磅值和格式的综合字体集(Fontfamily):是一组相关字体(例如:Franklinfamily包括FranklinGothic、Fran-klinHeavy和FranklinCompressed)磅值(Weight)
xcysuccess3
·
2012-10-18 10:00
c
脚本
Graph
NSAttributedString 详解
http://blog.sina.com.cn/s/blog_6cffce7701016k7p.html首先导入
CoreText
.framework,并在需要使用的文件中导入:#import创建一个NSMutableAttribut
xcysuccess3
·
2012-10-18 10:00
如何使用Core Text创建一个简单的杂志图书App
CoreText
是基于iOS3.2+和OSX10.5+的一种能够对文本格式和文本布局进行精细控制的文本引擎。
xcysuccess3
·
2012-10-17 10:00
image
UIView
Dictionary
attributes
Parsing
coreText
自定义富文本Label by Gphone
coreText
自定义富文本Labelby GphoneUILabel是经常使用的一种控件,iOS上的UILabel已经能很好满足一些需求。比如设置对齐方式,换行模式等等。
xcysuccess3
·
2012-10-17 09:00
quartz
null
存储
Path
工具
alignment
计算
CoreText
Line Height
转载:http://lists.apple.com/archives/quartz-dev/2008/Mar/msg00079.html
CaryaLiu
·
2012-09-29 08:00
CoreText
基础-排版必修课
转载:http://www.dreamingwish.com/dream-2011/
coretext
-base-layout-compulsory.html
CaryaLiu
·
2012-09-29 08:00
CoreText
基础-字体必修课
转载:http://www.dreamingwish.com/dream-2011/
coretext
-ji-chu-font-basis.html
CaryaLiu
·
2012-09-29 08:00
CoreText
详细用法
Ifyou'renewhere,youmaywanttosubscribetomy RSSfeed orfollowmeon Twitter.Thanksforvisiting!ThisisablogpostbyiOSTutorialTeammember MarinTodorov,asoftwaredeveloperwith12+yearsofexperience,anindependantiOS
·
2012-09-18 08:00
image
String
Class
UIView
attributes
Parsing
CoreText
绘制文本计算高度
准确计算
CoreText
高度的方法:-(int)getAttributedStringHeightWithString:(NSAttributedString*)stringWidthValue:(int
iunion
·
2012-08-30 16:00
String
null
Path
coreText
自定义富文本Label
UILabel是经常使用的一种控件,iOS上的UILabel已经能很好满足一些需求。比如设置对齐方式,换行模式等等。但如果需求是需要一串字符中不同的字符颜色,字体都单独设置,UILabel就无法满足了。那就自己来做个富文本Label好了。先创建继承UILabel的AttributedLabel.h,AttributedLabel.m文件,重载UILabeld-(void)drawTextInRec
bihailantian1988
·
2012-06-27 14:00
ios
quartz
null
存储
Path
alignment
How To Create a Simple Magazine App with Core Text
asoftwaredeveloperwith12+yearsofexperience,anindependantiOSdeveloperandthecreatorof TouchCodeMagazine.Magazines,
CoreText
·
2012-06-11 19:00
image
String
Class
UIView
attributes
Parsing
NSAttributedString 详解
首先导入
CoreText
.framework,并在需要使用的文件中导入:#import创建一个NSMutableAttributedString:NSMutableAttributedString*attriString
zhangao0086
·
2012-05-30 15:00
quartz
null
Path
UIView
transformation
IOS开发之——Core text使用
一、
CoreText
基础-字体必修课介绍一些字体的术语,以及对应的英文名称字体(Font):是一系列字号、样式和磅值相同的字符(例如:10磅黑体Palatino)。
pjk1129
·
2012-05-04 16:00
ios
String
脚本
null
Graph
Path
转载4
24、
CoreText
基础-字体必修课转自:http://www.dreamingwish.com/dream-2011/
coretext
-ji-chu-font-basis.html介绍一些字体的术语
djl4104804
·
2012-04-28 13:00
application
action
Path
email
menu
distance
推荐几个与移动数字阅读相关的iOS开源项目
项目主页CoreTextWrapper文字排版
CoreText
的封装类,支持文字多列排版布局。 项目主页 FlipView 一个模仿FlipBoard风格的开源阅读应用。
ch_soft
·
2012-04-19 13:00
ios
json
xml
UIView
NSLabel and
CoreText
CoreText
http://www.cnblogs.com/likwo/archive/2012/04/16/2452171.html http://www.cocoanetics.com
xserver
·
2012-04-17 16:00
label
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他