pixelgraphics-2dgraphics
/
io.gitlab.pixelGraphics.twoDimGraphics.text
/
FontSlant
common
Font
Slant
enum
FontSlant
:
Enum
<
FontSlant
>
Content copied to clipboard
Variants of a font face based on their slant.
Entries
Properties
Entries
UNKNOWN
Link copied to clipboard
common
UNKNOWN
()
Content copied to clipboard
Unrecognized font style.
OBLIQUE
Link copied to clipboard
common
OBLIQUE
()
Content copied to clipboard
Oblique font style.
ITALIC
Link copied to clipboard
common
ITALIC
()
Content copied to clipboard
Italic font style.
NORMAL
Link copied to clipboard
common
NORMAL
()
Content copied to clipboard
Upright font style.
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard