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

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

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

enum class Alignment {
    LEFT,
    RIGHT,
    CENTER,
    JUSTIFY,
    START,
    END;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy