doodle.core.font

Members list

Concise view

Type members

Classlikes

final case class Font(family: FontFamily, style: FontStyle, weight: FontWeight, size: FontSize)

Attributes

Companion:
object
Source:
Font.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Font

Attributes

Companion:
class
Source:
Font.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Font.type
sealed abstract class FontFamily extends Product with Serializable

Attributes

Companion:
object
Source:
Font.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Monospaced.type
class Named
object SansSerif.type
object Serif.type
object FontFamily

Attributes

Companion:
class
Source:
Font.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class FontSize extends Product with Serializable

Attributes

Companion:
object
Source:
Font.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class Points
object FontSize

Attributes

Companion:
class
Source:
Font.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class FontStyle extends Product with Serializable

Attributes

Companion:
object
Source:
Font.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Italic.type
object Normal.type
object FontStyle

Attributes

Companion:
class
Source:
Font.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class FontWeight extends Product with Serializable

Attributes

Companion:
object
Source:
Font.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Bold.type
object Normal.type
object FontWeight

Attributes

Companion:
class
Source:
Font.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type