kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Page
/
FontSizes
Font
Sizes
@
Serializable
data
class
FontSizes
(
val
standard
:
Int
?
=
null
,
val
fixed
:
Int
?
=
null
)
Default font sizes.
Members
Constructors
Font
Sizes
Link copied to clipboard
constructor
(
standard
:
Int
?
=
null
,
fixed
:
Int
?
=
null
)
Properties
fixed
Link copied to clipboard
val
fixed
:
Int
?
=
null
Default fixed font size.
standard
Link copied to clipboard
val
standard
:
Int
?
=
null
Default standard font size.