aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/plotting/FontSize.scala
blob: a858e772277c6610851b27deb03da6c3ed999e1d (plain) (blame)
1
2
3
4
5
6
7
package scalam.plotting

/**
 * Helper class used for implicit font size specification. Although a font size is typically represented by an Int,
 * a custom class is used as to avoid code pollution when using implicits.
 */
case class FontSize(fontSize: Int)