scala
Font
object
Font extends AnyRef
Value Members
-
def
Dimension(x: Int, y: Int): Dimension
-
def
Insets(x: Int, y: Int, width: Int, height: Int): Insets
-
def
Point(x: Int, y: Int): Point
-
def
Rectangle(x: Int, y: Int, width: Int, height: Int): Insets
-
def
apply(fontFormat: Int, fontStream: InputStream): Font
-
def
apply(fontFormat: Int, fontFile: File): Font
-
def
decode(str: String): Font
-
def
equals(arg0: Any): Boolean
-
def
get(nm: String, font: Font): Font
-
def
get(nm: String): Font
-
def
hashCode(): Int
-
def
toString(): String