Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.page
/
FontSizes
Font
Sizes
data class
FontSizes
(standard:
Int
?, fixed:
Int
?)
Content copied to clipboard
Default font sizes.
Constructors
Properties
Sources
Constructors
FontSizes
Link copied to clipboard
fun
FontSizes
(standard:
Int
? = null, fixed:
Int
? = null)
Content copied to clipboard
Properties
fixed
Link copied to clipboard
val
fixed
:
Int
? = null
Content copied to clipboard
Default fixed font size.
standard
Link copied to clipboard
val
standard
:
Int
? = null
Content copied to clipboard
Default standard font size.
Sources
jvm source
Link copied to clipboard