Font

eu.joaocosta.interim.Font
See theFont companion object
final case class Font(name: String, fontSize: Int, charWidth: Char => Int)

A description of a font.

Value parameters

charWidth

the width of each character in pixels

fontSize

font height in pixels

name

font name

Attributes

Companion
object
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