DrawChar

eu.joaocosta.interim.RenderOp$.DrawChar
final case class DrawChar(area: Rect, color: Color, char: Char)

Operation to draw a single character. Note that this is not part of the RenderOp enum. InterIm components will never generate this operation.

The only way to get it is to call DrawText#asDrawChars.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product