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

commonMain.org.jetbrains.skia.paragraph.RectWidthMode.kt Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
package org.jetbrains.skia.paragraph

enum class RectWidthMode {
    /** Provide tight bounding boxes that fit widths to the runs of each line independently.  */
    TIGHT,

    /** Extends the width of the last rect of each line to match the position of the widest rect over all the lines.  */
    MAX;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy