Text

doodle.canvas.algebra.Text
trait Text extends GenericText[CanvasDrawing]

Attributes

Source
Text.scala
Graph
Supertypes
trait Text
trait Algebra
class Object
trait Matchable
class Any
Show all
Self type
Algebra { type Drawing = [A] =>> Finalized[CanvasDrawing, A]; }

Members list

Type members

Classlikes

object TextApi extends TextApi

Attributes

Source
Text.scala
Supertypes
trait TextApi
class Object
trait Matchable
class Any
Self type
TextApi.type

Inherited classlikes

trait TextApi

Attributes

Inherited from:
GenericText
Source
GenericText.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TextApi

Inherited types

type Drawing[_]

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.

Attributes

Inherited from:
Algebra
Source
Algebra.scala

Value members

Inherited methods

Specifies the font to use when rendering text

Specifies the font to use when rendering text

Attributes

Inherited from:
GenericText
Source
GenericText.scala

Render the given String

Render the given String

Attributes

Inherited from:
GenericText
Source
GenericText.scala

Implicits

Inherited implicits

implicit val drawingInstance: Monad[Drawing]

Attributes

Inherited from:
Algebra
Source
Algebra.scala