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

jsMain.web.canvas.CanvasTextBaseline.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package web.canvas

// language=JavaScript
@JsName("""(/*union*/{alphabetic: 'alphabetic', bottom: 'bottom', hanging: 'hanging', ideographic: 'ideographic', middle: 'middle', top: 'top'}/*union*/)""")
external enum class CanvasTextBaseline {
    alphabetic,
    bottom,
    hanging,
    ideographic,
    middle,
    top,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy