UIFont字体大全
原文地址:UIFont 设置字体作者:青竹居士 http://deep-fish.iteye.com/blog/1678874
UIFont 设置字体
1 label.font = [UIFont fontWithName:@"Arial-BoldItalicMT" size:24];
字体名如下:
Font Family: American Typewriter
Font: AmericanTypewriter
Font: AmericanTypewriter-Bold
Font Family: AppleGothic
Font: AppleGothic
Font Family: Arial
Font: ArialMT
Font: Arial-BoldMT
Font: Arial-BoldItalicMT
Font: Arial-ItalicMT
Font Family: Arial Rounded MT Bold
Font: ArialRoundedMTBold
Font Family: Arial Unicode MS
Font: ArialUnicodeMS
Font Family: Courier
Font: Courier
Font: Courier-BoldOblique
Font: Courier-Oblique
Font: Courier-Bold
Font Family: Courier New
Font: CourierNewPS-BoldMT
Font: CourierNewPS-ItalicMT
Font: CourierNewPS-BoldItalicMT
Font: CourierNewPSMT
Font Family: DB LCD Temp
Font: DBLCDTempBlack
Font Family: Georgia
Font: Georgia-Bold
Font: Georgia
Font: Georgia-BoldItalic
Font: Georgia-Italic
Font Family: Helvetica
Font: Helvetica-Oblique
Font: Helvetica-BoldOblique
Font: Helvetica
Font: Helvetica-Bold
Font Family: Helvetica Neue
Font: HelveticaNeue
Font: HelveticaNeue-Bold
Font Family: Hiragino Kaku Gothic **** W3
Font: HiraKakuProN-W3
Font Family: Hiragino Kaku Gothic **** W6
Font: HiraKakuProN-W6
Font Family: Marker Felt
Font: MarkerFelt-Thin
Font Family: STHeiti J
Font: STHeitiJ-Medium
Font: STHeitiJ-Light
Font Family: STHeiti K
Font: STHeitiK-Medium
Font: STHeitiK-Light
Font Family: STHeiti SC
Font: STHeitiSC-Medium
Font: STHeitiSC-Light
Font Family: STHeiti TC
Font: STHeitiTC-Light
Font: STHeitiTC-Medium
Font Family: Times New Roman
Font: TimesNewRomanPSMT
Font: TimesNewRomanPS-BoldMT
Font: TimesNewRomanPS-BoldItalicMT
Font: TimesNewRomanPS-ItalicMT
Font Family: Trebuchet MS
Font: TrebuchetMS-Italic
Font: TrebuchetMS
Font: Trebuchet-BoldItalic
Font: TrebuchetMS-Bold
Font Family: Verdana
Font: Verdana-Bold
Font: Verdana-BoldItalic
Font: Verdana
Font: Verdana-Italic
Font Family: Zapfino
Font: Zapfino
UIFont fontWithName 后不知道字体的名字,看了下面的全解决!
最新文章
- JavaScript模板引擎artTemplate.js——两种方法实现性别的判定
- 关于MySQL数据导出导入
- PHP利用jquery生成各种验证码和Ajax验证
- hdu 1030 Delta-wave
- Win7+VS2010环境下CEGUI 0.8.4编译过程详解
- JavaScript 异常
- EASYUI+MVC4通用权限管理平台
- ARP劫持攻击
- Linux中图形界面和文本模式相互切换
- sizeof 与 strlen
- W3bsafe]SQLmap过狗命令的利用+教程
- prometheus排错
- web的几种返回顶部
- BBS(第二天) Django之Admin 自动化管理数据页面 与创建一个用户注册的验证码
- java-学习7
- HDU 1590 Searching(求复数向量和的极限)
- TOMCAT下面发布项目的4种方式
- CF1096D Easy Problem(DP)
- Jzoj 初中2249 蒸发学水(并查集)
- grpc gateway 使用以及docker compose 集成