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


/** Helper class used for implicit font size specification. A font size is nothing but an Int,
 * but defining an implicit of type int could pollute a lot of code. */
case class FontSize(fs: Int)