EntypoSymbolObjC
1.2
Die Icon -Schriftbibliothek für Ziel C. unterstützt derzeit die Entypo.Swift -Version. Entypo をシンボルフォントで呼び出せる objectivec ライブラリです。swit 版はこちら
Schriftart in diesem Projekt verwendet
Autor der in diesem Projekt verwendeten Schriftart: Entypo Link: http://www.entypo.com/
Creative Commons Attribution 4.0 International (CC von 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