aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/plotting/FontSize.scala
blob: cbc0bef8b4cbee761349415f57d864cc881fb99f (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 if using implicits.
 */
case class FontSize(fontSize: Int)