String

struct String
  • f

    Access the methods to change the foreground color

    Declaration

    Swift

    public var f: StringForegroundColorizer
  • Access the methods to change the foreground color

    Declaration

    Swift

    public var foreground: StringForegroundColorizer
  • b

    Access the methods to change the background color

    Declaration

    Swift

    public var b: StringBackgroundColorizer
  • Access the methods to change the background color

    Declaration

    Swift

    public var background: StringBackgroundColorizer
  • s

    Access the methods to change the text style

    Declaration

    Swift

    public var s: StringStyleColorizer
  • Access the methods to change the text style

    Declaration

    Swift

    public var style: StringStyleColorizer