MaterialDesignSymbolObjC
1.3
目标C的图标字体库。目前支持GoogleMaterialDesignicons。 Swift版本在这里。
这是一个Objectivec库,允许您使用符号字体调用Google的材料设计图标。单击此处以获取Swift版本。
该项目使用的字体
该项目中使用的字体的作者:Google链接:https://github.com/google/material-design-icons
创意共享归因4.0国际(CC By 4.0)
#import "MaterialDesignSymbol.h"
MaterialDesignSymbol *symbol = [MaterialDesignSymbol iconWithCode:MaterialDesignIconCode.home48px fontSize:30.f];
[symbol addAttribute:NSForegroundColorAttributeName value:[UIColor blackColor]];
UIImage *image = [symbol image];
// UIImage *image = [symbol imageWithSize:CGSizeMake(30, 30)]; pod MaterialDesignSymbolObjC