![JAR search and dependency download from the Maven repository](/logo.png)
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