final class TextFont extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextFont
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TextFont(family: String)
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- TextFont → Equals
-
def
equals(obj: Any): Boolean
- Definition Classes
- TextFont → Equals → AnyRef → Any
- val family: String
-
def
hashCode(): Int
- Definition Classes
- TextFont → AnyRef → Any
-
def
productArity: Int
- Definition Classes
- TextFont → Product
-
def
productElement(n: Int): Any
- Definition Classes
- TextFont → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- TextFont → Product
-
def
toString(): String
- Definition Classes
- TextFont → AnyRef → Any
- def withFamily(family: String): TextFont