// // BGFontMacro.h // BuguLive // // Created by xfg on 16/8/3. // Copyright © 2016年 xfg. All rights reserved. // 字体宏 #ifndef FWFontMacro_h #define FWFontMacro_h #define kAppLargeTextFont [UIFont systemFontOfSize:16] #define kAppMiddleTextFont_1 [UIFont systemFontOfSize:15] #define kAppMiddleTextFont [UIFont systemFontOfSize:14] #define kAppSmallTextFont_1 [UIFont systemFontOfSize:13] #define kAppSmallTextFont [UIFont systemFontOfSize:12] #define kAppSmallerTextFont_1 [UIFont systemFontOfSize:11] #define kAppSmallerTextFont [UIFont systemFontOfSize:10] #define kAppSSeventeenTextFont [UIFont systemFontOfSize:17] #endif /* FWFontMacro_h */