Font

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

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product