iPhone 开发代码中设置字体样式及使用方法
2010-02-06 23:49:00 来源:WEB开发网核心提示:IPhone 所支持的字体:"Courier""AppleGothic""Arial""STHeiti TC""Hiragino Kaku Gothic ProN""Courier New""
IPhone 所支持的字体:
"Courier"
"AppleGothic"
"Arial"
"STHeiti TC"
"Hiragino Kaku Gothic ProN"
"Courier New"
"Zapfino"
"Arial Unicode MS"
"STHeiti SC"
"American Typewriter"
"Helvetica"
"Marker Felt"
"Helvetica Neue"
"DB LCD Temp"
"Verdana"
"Times New Roman"
"Georgia"
"STHeiti J"
"Arial Rounded MT Bold"
"Trebuchet MS"
"STHeiti K"
UIFont *tFont = [UIFont fontWithName:[[UIFont fontNamesForFamilyName:@"Helvetica"] objectAtIndex:N] size:17];
[textLabel setFont:tFont];
每一种FamilyName都是个Array类型的变量,N一般取0基本没有错误,如果N取其他数,且Array里没有那么多,则报错可自己尝试,IPhone字体对国字支持的不够好,基本没有太大变化,一般对英文是嘎嘎好使。
[]
- ››开发学院教你用SQL 语句最快速清空MySQL 数据表的...
- ››iPhone应用帮助残障儿童看图说话
- ››iPhone实用工具AppBox Pro使用教程大揭秘
- ››iphone4省电方法
- ››iphone 获取地址的详细信息
- ››iPhone 库的基本内存管理策略
- ››iPhone加密文字亲手做 私密信息有保障
- ››iphone 根据经纬度坐标取详细地址(包括国,省,市...
- ››iphone/ipad ios cocoa object-c 近期苹果UI部分小...
- ››iphone中如何进行多线程编程
- ››iPhone OS SDK的这些事[安装、下载、版本、实例、...
- ››iPhone ObjectC的NSAutoreleasePool
更多精彩
赞助商链接