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

polynomial.mermaid.render.Font.scala Maven / Gradle / Ivy

The newest version!
package polynomial.mermaid.render

object Font:

  def courier(text: String): String =
    s"""$text"""

  def superscript(text: String): String =
    s"$text"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy