Text

trait Text[F[_]] extends Algebra[F]

Algebra for creating and styling text.

trait Algebra[F]
class Object
trait Matchable
class Any
trait GenericText[F]

Value members

Abstract methods

def font[A](image: F[A], font: Font): F[A]

Specifies the font to use when rendering text

Specifies the font to use when rendering text

def text(text: String): F[Unit]

Render the given String

Render the given String