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
Package-level
declarations
Types
Functions
Types
Font
Style
Link copied to clipboard
common
composeUi
js
expect
value
class
FontStyle
actual
typealias
FontStyle
=
androidx.compose.ui.text.font.FontStyle
typealias
FontStyle
=
androidx.compose.ui.text.font.FontStyle
actual
value
class
FontStyle
Font
Weight
Link copied to clipboard
common
composeUi
js
@
Immutable
expect
class
FontWeight
(
weight
:
Int
)
:
Comparable
<
FontWeight
>
actual
typealias
FontWeight
=
androidx.compose.ui.text.font.FontWeight
typealias
FontWeight
=
androidx.compose.ui.text.font.FontWeight
@
Immutable
actual
class
FontWeight
(
val
weight
:
Int
)
:
Comparable
<
FontWeight
>
Functions
apply
Style
Link copied to clipboard
js
fun
StyleScope
.
applyStyle
(
fontStyle
:
FontStyle
)
fun
StyleScope
.
applyStyle
(
fontWeight
:
FontWeight
)
lerp
Link copied to clipboard
common
composeUi
js
expect
fun
lerp
(
start
:
FontWeight
,
stop
:
FontWeight
,
fraction
:
Float
)
:
FontWeight
actual
fun
lerp
(
start
:
FontWeight
,
stop
:
FontWeight
,
fraction
:
Float
)
:
FontWeight
actual
fun
lerp
(
start
:
FontWeight
,
stop
:
FontWeight
,
fraction
:
Float
)
:
FontWeight