标签: objective-c
如何在目标c中使用unicode值的自定义字体?
我正在使用此代码,但无法显示正确的图标。
[_lblShow setFont:[UIFont fontWithName:@"icomoon" size:150]]; NSString *str=[NSString stringWithFormat:@"\uef99"] ; [_lblShow setText:str];