TextLayout

case class TextLayout(lines: Seq[(String, AffineTransform)], bounds: Bounds)

Holds a text layout

Value parameters:
bounds

outer bounding box of the layout

lines

a sequence of lines. Each line is a string with the characters of the line and an AffineTransformation with the line's displacement.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product