FUIAttributedImage

public class FUIAttributedImage : FUIAttributedGlyphImage

A class that implements FUIAttributedGlyphImage protocol

  • Developer formatted NSAttributedString to be displayed as the glyphImage

    Declaration

    Swift

    public var attributedText: NSAttributedString! { get }
  • Property defining the circular type of the image view.

    Default is false, which means the image will not have a circular mask

    Declaration

    Swift

    public var isCircular: Bool
  • Initialize FUIGlyphImage with an image

    Declaration

    Swift

    public init(image: UIImage)

    Parameters

    image

    The image for this FUIAttributedImage

  • Initialize FUIGlyphImage with an image and attributes

    Declaration

    Swift

    public init(image: UIImage, attributes: [NSAttributedStringKey : Any])

    Parameters

    image

    The image for this FUIAttributedImage.

    attributes

    The attributes for this FUIAttributedImage.