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