Text

indigo.shared.scenegraph.Text
See theText companion class
object Text

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Text.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[M <: Material](text: String, x: Int, y: Int, depth: Int, fontKey: FontKey, material: M): Text[M]
def apply[M <: Material](text: String, fontKey: FontKey, material: M): Text[M]

Givens

Givens

given derived$CanEqual[M_$_L <: Material, M_$_R <: Material](implicit x$0: CanEqual[M_$_L, M_$_R]): CanEqual[Text[M_$_L], Text[M_$_R]]