Objective C 的图标字体库。目前支持 Entypo.Swift 版本,请点击这里查看。Entypo 是一个以 ObjectiveC 调用的符号字体库。Swift 版本请点击这里
本项目使用的字体
本项目使用字体的作者:Entypo 链接:http://www.entypo.com/
创意共享署名 4.0 国际 (CC BY 4.0)
#import "EntypoSymbol.h"
EntypoSymbol *symbol = [EntypoSymbol iconWithCode:EntypoIconCode.behance fontSize:30.f];
[symbol addAttribute:NSForegroundColorAttributeName value:[UIColor blackColor]];
UIImage *image = [symbol image];
// UIImage *image = [symbol imageWithSize:CGSizeMake(30, 30)];