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

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

package org.hyperscala.svg.attributes

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

object TextRendering extends AttributeObject[TextRendering] {
  val Auto = new TextRendering
  val OptimizeSpeed = new TextRendering
  val OptimizeLegibility = new TextRendering
  val GeometricPrecision = new TextRendering
  val Inherit = new TextRendering
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy