EntypoSymbolObjC
1.2
ไอคอนฟอนต์ไลบรารีสำหรับวัตถุประสงค์ C ปัจจุบันรองรับเวอร์ชัน Entypo.swift อยู่ที่นี่ Entypo をシンボルフォントで呼び出せる Objectivec ライブラリです。swit版はこちら
ตัวอักษรที่ใช้ในโครงการนี้
ผู้แต่งฟอนต์ที่ใช้ในโครงการนี้: Entypo Link: http://www.entypo.com/
Creative Commons Attribution 4.0 International (CC โดย 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