compose-multiplatform-html-unified
Toggle table of contents
common
composeUi
js
Target filter
common
composeUi
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-common
/
com.huanshankeji.compose.ui.text.font
/
FontWeight
Font
Weight
common
composeUi
js
@
Immutable
expect
class
FontWeight
(
weight
:
Int
)
:
Comparable
<
FontWeight
>
(
source
)
actual
typealias
FontWeight
=
androidx.compose.ui.text.font.FontWeight
(
source
)
@
Immutable
actual
class
FontWeight
(
val
weight
:
Int
)
:
Comparable
<
FontWeight
>
(
source
)
Members
Constructors
Font
Weight
Link copied to clipboard
common
js
expect
constructor
(
weight
:
Int
)
actual
constructor
(
weight
:
Int
)
Types
Companion
Link copied to clipboard
common
js
expect
object
Companion
actual
object
Companion
Properties
weight
Link copied to clipboard
common
js
expect
val
weight
:
Int
actual
val
weight
:
Int
Functions
compare
To
Link copied to clipboard
common
js
expect
open
operator override
fun
compareTo
(
other
:
FontWeight
)
:
Int
actual
open
operator override
fun
compareTo
(
other
:
FontWeight
)
:
Int
equals
Link copied to clipboard
js
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
js
open
override
fun
hashCode
(
)
:
Int
to
Css
Value
Link copied to clipboard
js
fun
toCssValue
(
)
:
Int
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String