NormalizedFontSizable

public protocol NormalizedFontSizable

By conforming to this protocol you indicate, that a sprite model or sprite view supports using a normalized font size.

  • The normalized font size, relative to the smaller side of the untransformed image.

    Declaration

    Swift

    var normalizedFontSize: CGFloat { get set }