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

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

// Automatically generated - do not modify!

package web.canvas

sealed external class TextMetrics {
    /** Returns the measurement described below. */
    val actualBoundingBoxAscent: Double

    /** Returns the measurement described below. */
    val actualBoundingBoxDescent: Double

    /** Returns the measurement described below. */
    val actualBoundingBoxLeft: Double

    /** Returns the measurement described below. */
    val actualBoundingBoxRight: Double

    /** Returns the measurement described below. */
    val fontBoundingBoxAscent: Double

    /** Returns the measurement described below. */
    val fontBoundingBoxDescent: Double

    /** Returns the measurement described below. */
    val width: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy