case class OpenTypeGlyph(font: OpenTypeFont, char: Char, otg: opentype.Glyph, unitsPerEm: Double) extends Glyph with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenTypeGlyph
- Serializable
- Product
- Equals
- Glyph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OpenTypeGlyph(font: OpenTypeFont, char: Char, otg: opentype.Glyph, unitsPerEm: Double)
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 actualWidth(size: Double): Double
- Definition Classes
- OpenTypeGlyph → Glyph
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val char: Char
- Definition Classes
- OpenTypeGlyph → Glyph
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def draw(context: Context, x: Double, y: Double, size: Double): Unit
- Definition Classes
- OpenTypeGlyph → Glyph
- 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])
- val font: OpenTypeFont
- Definition Classes
- OpenTypeGlyph → Glyph
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val otg: opentype.Glyph
- lazy val path: Path
- Definition Classes
- OpenTypeGlyph → Glyph
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sizedPath(size: Double): Path
- Definition Classes
- OpenTypeGlyph → Glyph
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unitsPerEm: Double
- 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()
- def width(size: Double): Double
- Definition Classes
- OpenTypeGlyph → Glyph