chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page
/
FontSizes
Font
Sizes
@
Serializable
data
class
FontSizes
(
val
standard
:
Int
?
=
null
,
val
fixed
:
Int
?
=
null
)
(
source
)
Default font sizes.
Official doc
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.