case class OpenTypeFont(otf: opentype.Font) extends Font with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenTypeFont
- Serializable
- Product
- Equals
- Font
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OpenTypeFont(otf: opentype.Font)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(text: String, size: Double, maxWidth: Double = Double.MaxValue, kerning: Boolean = true, wrap: WrapMode = WrapMode.Word): Text
- Definition Classes
- Font
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ascender(size: Double): Double
- Definition Classes
- OpenTypeFont → Font
- lazy val cached: CachedFont
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createBuilder(text: String, size: Double, maxWidth: Double, kerning: Boolean): TextBuilder
- Attributes
- protected
- Definition Classes
- OpenTypeFont → Font
- def descender(size: Double): Double
- Definition Classes
- OpenTypeFont → Font
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def glyph(char: Char): Glyph
- Definition Classes
- OpenTypeFont → Font
- def isEmpty: Boolean
- Definition Classes
- Font
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kerning(first: Glyph, second: Glyph, size: Double): Double
- Definition Classes
- OpenTypeFont → Font
- def lineHeight(size: Double): Double
- Definition Classes
- OpenTypeFont → Font
- def measureWidth(text: String, size: Double, kerning: Boolean): Double
- Definition Classes
- Font
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
- Definition Classes
- Font
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val otf: opentype.Font
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()