HDIconFont 0.0.1

HDIconFont 0.0.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布上次发布2016年6月

HundredLee 维护。



  • hundredlee

用于生成图像的简单 iconfont 库!

#import "HDIconFont.h"
//HDIconFont Register
    [[HDIconFont instance] initWithConfig:@{
                                            @(HDFontPath):@"iconfont.ttf",
                                            @(HDFontName):@"iconfont",
                                            @(HDFontString):
                                                @{
                                                    @"tab_home_icon":@"U0000e603"
                                                    }
                                            }];
HDIconImageMake(@"tab_home_icon",[UIColor orangeColor],25);

安装

pod 'HDIconFont'

作者

hundredlee

许可证

MIT