Font

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

Value members

Concrete methods

def bold: Font
def withFontFamily(newFamily: FontFamily): Font
def withSize(newSize: Pixels): Font
def withStyle(newStyle: FontStyle): Font
def withVariant(newVariant: FontVariant): Font
def withWeight(newWeight: FontWeight): Font

Inherited methods

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