十一岁的加重songxing10000…… ------ 回到博主首页

简洁调用字号

 

#import <Foundation/Foundation.h>

#define XDefaultFontName @"FZLanTingHeiS-R-GB"

UIFont *XFont(CGFloat size);

#define XFont14 XFont(14)
#define XFont12 XFont(12)
#define XFont11 XFont(11)

 

 

#import "XFont.h"

UIFont *XFont(CGFloat size)
{
    return [UIFont fontWithName:XDefaultFontName size:size];
}

 

posted @ 2015-09-19 22:53  songxing10000  阅读(164)  评论(0编辑  收藏  举报