Font

final case class Font(family: FontFamily, style: FontStyle, weight: FontWeight, size: FontSize)
Companion:
object
Source:
Font.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def bold: Font
Source:
Font.scala
def family(name: String): Font
Source:
Font.scala
def family(family: FontFamily): Font
Source:
Font.scala
def size(points: Int): Font
Source:
Font.scala
def size(size: FontSize): Font
Source:
Font.scala
def style(style: FontStyle): Font
Source:
Font.scala
def weight(weight: FontWeight): Font
Source:
Font.scala

Inherited methods

Inherited from:
Product