toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.controls.fontPicker.data
/
FontSettings
Font
Settings
data
class
FontSettings
(
val
font
:
Font
,
val
underline
:
Boolean
=
false
,
val
strikethrough
:
Boolean
=
false
)
Members
Constructors
Font
Settings
Link copied to clipboard
constructor
(
font
:
Font
,
underline
:
Boolean
=
false
,
strikethrough
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
font
Link copied to clipboard
val
font
:
Font
strikethrough
Link copied to clipboard
val
strikethrough
:
Boolean
=
false
underline
Link copied to clipboard
val
underline
:
Boolean
=
false