WTGlyphFontSet
WTGlyphFontSet copied to clipboard
Icon alignment
This is by far the best font-to-image implementation in github.
But I'm having a problem when it comes to align the icons.
I place them in an UIImageView setting the image with: [UIImage imageGlyphNamed:@"fontawesome##calendar" height:21 color:[UIColor whiteColor]];
But the icons are not aligned. Any thoughts?
Thanks
Use another function to fix the width of the image:
- (UIImage_) image:(CGSize)size name:(NSString_)name color:(UIColor*)color;