chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page
/
FontSizes
Font
Sizes
@
Serializable
data
class
FontSizes
(
val
standard
:
Int
?
=
null
,
val
fixed
:
Int
?
=
null
)
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.