polynomial.mermaid.render.Font.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polynomial-mermaid_native0.4_3 Show documentation
Show all versions of polynomial-mermaid_native0.4_3 Show documentation
The category of Poly, simply typed.
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