TextStyle

Companion:
class
trait Sum
trait Mirror
class ValidatingCompanion[String, TextStyle]
class Object
trait Matchable
class Any

Type members

Classlikes

case object Base extends TextStyle
case object BaseSubtle extends TextStyle
case object Body extends TextStyle
case object BodySubtle extends TextStyle
case object Caption extends TextStyle
case object CaptionSubtle extends TextStyle
case object Header extends TextStyle
case object HeaderNumber extends TextStyle
case object HeaderSubtle extends TextStyle
case object Subheader extends TextStyle
case object SubheaderNumeral extends TextStyle
case object SubheaderSubtle extends TextStyle
case object Subtitle extends TextStyle
case object SubtitleSubtle extends TextStyle
case object Title extends TextStyle
case object TitleNumeral extends TextStyle
case object TitleSubtle extends TextStyle

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

override def all: Seq[TextStyle]
Definition Classes

Inherited methods

override def build(input: String): Either[ErrorMessage, TextStyle]
Definition Classes
NamedCompanion -> ValidatingCompanion
Inherited from:
NamedCompanion
def defaultError(in: String): ErrorMessage
Inherited from:
ValidatingCompanion
override def write(t: TextStyle): String
Definition Classes
NamedCompanion -> ValidatingCompanion
Inherited from:
NamedCompanion

Implicits

Inherited implicits

implicit val json: Codec[TextStyle]
Inherited from:
ValidatingCompanion
implicit val ordering: Ordering[TextStyle]
Inherited from:
ValidatingCompanion