搜索资源列表
FontTest
- 在iPhone上测试iOS字体;主要是通过UIFont类来获得当前iPhone系统的字体。 NSArray *familyNames = [UIFont familyNames] for( NSString *familyName in familyNames ){ //printf( "Family: s \n", [familyName UTF8String] ) NSArray *fontNames = [UIFont fontNamesForFamilyNam
1-BaseWeather_0.2
- 仿造iphone的天气做的简单实例,用的是假数据,没有用真实的数据读取。主要学习UITable的布局,字体的设置和图片的引用,供初学者参考。-Fake iphone weather to do a simple example, using dummy data, did not use real data. Key learning UITable layout, fonts and pictures set a reference for beginners reference.
CustomFont-
- 一个用户加载自定义字体的源码,可以在iOS设备上的标签等加载自定义字体-A user to load custom font source, you can load the label on iOS devices custom fonts
THLabel
- 介绍:封装一个UILabel的子类,增加阴影模糊,笔画文本和填充渐变的字体风格。系统的UILabel中字体风格是有限的,利用这套代码我们可以使标签的内容具备我们自己搭配的风格,比如可以使字体阴影在加上一些模糊的效果,还可以使字体达到充满渐变,字体边框显示,当然我们还可以使字体同时具备多种风格。-Descr iption: Package a UILabel subclass, increasing the shadow blur, gradient fills and strokes text