Packages

object Font extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Font
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(size: Option[Int], family: Option[String], color: Option[Color]): Font
  2. def apply(): Font
  3. def apply(color: Color): Font
  4. def apply(size: Int): Font
  5. def apply(size: Int, family: String): Font
  6. def apply(size: Int, family: String, color: Color): Font

Deprecated Value Members

  1. def apply(size: Integer = null, family: String = null, color: Color = null): Font
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Use Font() and chain-call .with* methods on it instead