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

io.github.humbleui.skija.FontSlant Maven / Gradle / Ivy

There is a newer version: 0.116.2
Show newest version
package io.github.humbleui.skija;

import org.jetbrains.annotations.*;

public enum FontSlant {
    UPRIGHT,
    ITALIC,
    OBLIQUE;

    @ApiStatus.Internal public static final FontSlant[] _values = values();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy