WTGlyphFontSet icon indicating copy to clipboard operation
WTGlyphFontSet copied to clipboard

Icon alignment

Open mabril opened this issue 11 years ago • 1 comments

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

captura de pantalla 2013-09-20 a la s 10 26 56

mabril avatar Sep 20 '13 08:09 mabril

Use another function to fix the width of the image:

  • (UIImage_) image:(CGSize)size name:(NSString_)name color:(UIColor*)color;

waterlou avatar Sep 20 '13 16:09 waterlou