EntypoSymbolObjC
1.2
目标C的图标字体库。当前支持Entypo.Swift版本。 Entypoをシンボルフォントで呼び出せるobjectivecライブラリです。swit版はこちら
该项目使用的字体
该项目中使用的字体的作者: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)]; pod EntypoSymbolObjC