implicit final
class
RichFont extends AnyVal
Instance Constructors
-
new
RichFont(font: Font)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (RichFont, B)
-
final
def
==(arg0: Any): Boolean
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
-
-
val
font: Font
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
def
pFont: PFont
-
def
preApply[B](f: (RichFont) ⇒ B): B
-
-
-
-
def
toString(): String
-
def
width(str: String): Double
-
def
→[B](y: B): (RichFont, B)
Deprecated Value Members
-
-
-
def
|>[B](f: (RichFont) ⇒ B): B
Inherited by implicit conversion DrxBoundOps from
RichFont to BoundOps[RichFont]
Inherited by implicit conversion any2stringadd from
RichFont to any2stringadd[RichFont]
Inherited by implicit conversion StringFormat from
RichFont to StringFormat[RichFont]
Inherited by implicit conversion ArrowAssoc from
RichFont to ArrowAssoc[RichFont]