
main.canvas.TextMetrics.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package 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