FIGLet

org.cosplay.CPFIGLetFont.FIGLet
case class FIGLet(data: CPArray2D[Char], width: Int, height: Int)

Attributes

Source
CPFIGLetFont.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get(x: Int, y: Int): Char

Attributes

Source
CPFIGLetFont.scala
def loop(f: (Int, Int) => Unit): Unit

Attributes

Source
CPFIGLetFont.scala
def raw(x: Int, y: Int): Char

Attributes

Source
CPFIGLetFont.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product