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

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

package org.hyperscala.svg.attributes

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

object FontStyle extends AttributeObject[FontStyle] {
  val Normal = new FontStyle
  val Italic = new FontStyle
  val Oblique = new FontStyle
  val Inherit = new FontStyle
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy