StrokeConf

case class StrokeConf(width: RelFontSize, cap: Cap, dash: Seq[RelFontSize])

Font dependent Stroke

Width and dash are expressed in terms of a relative font size

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def value(implicit fc: FontConfiguration): Stroke

Inherited methods

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