##pod 'HDIconFont'
####1.首先引入在plist里面引入ttf文件
####3.加载头文件
#import "HDIconFont.h"
####4.注册iconfont
//HDIconFont Register
[[HDIconFont instance] initWithConfig:@{
@(HDFontPath):@"iconfont.ttf",
@(HDFontName):@"iconfont",
@(HDFontString):
@{
@"tab_home_icon":@"\U0000e603"
}
}];
####5.调用函数
HDIconImageMake(@"tab_home_icon",[UIColor orangeColor],25);