//
// CCUIFont.h
// CCFC
//
// Created by xichen on 11-12-17.
// Copyright 2011年 ccteam. All rights reserved.
//
#import <Foundation/Foundation.h>
// 创建字体对象
#define CREATE_FONT(fontSize) [UIFont systemFontOfSize:(fontSize)]
@interface UIFont(cc)
+ (void)logAllFonts;
@end
可能有更新:
googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCUIFont.h
github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCUIFont.h
本文详细介绍了CCUIFont.h文件的功能与用法,包括创建字体对象的方法和相关注释,提供了Google代码链接和GitHub地址便于查阅源码。

被折叠的 条评论
为什么被折叠?



