FontFace

final case class FontFace[FF](fontFamily: FF, src: NonEmptyVector[String], fontStretchValue: Option[Value], fontStyleValue: Option[Value], fontWeightValue: Option[Value], unicodeRangeValue: Option[UnicodeRange])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def unicodeRange(from: Int, to: Int): FontFace[FF]

Inherited methods

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