FigFont

zio.cli.figlet.FigFont
See theFigFont companion object
final case class FigFont(header: FigHeader, rightToLeft: Boolean, layout: Layouts, chars: Map[Char, FigChar])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

final def render(text: String): String
final def renderLines(text: String): Chunk[String]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product