All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperscala.svg.attributes.FontVariant.scala Maven / Gradle / Ivy

The newest version!
package org.hyperscala.svg.attributes

/**
 * @author Matt Hicks 
 */
sealed abstract class FontVariant extends AttributeEntry[FontVariant](parent = FontVariant)

object FontVariant extends AttributeObject[FontVariant] {
  case object Normal extends FontVariant
  case object SmallCaps extends FontVariant
  case object Inherit extends FontVariant

  val values = findValues.toVector
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy