glimpse-graphics
1.2.0
android
common
desktop
glimpse-hud
/
graphics.glimpse.hud.text
/
Font
Font
android
common
desktop
actual
data
class
Font
Content copied to clipboard
Font wrapper.
Since
v1.2.0
expect
class
Font
Content copied to clipboard
Font wrapper.
Since
v1.2.0
actual
data
class
Font
Content copied to clipboard
Font wrapper.
Since
v1.2.0
Types
Constructors
Functions
Constructors
Font
Link copied to clipboard
android
fun
Font
(
typeface
:
Typeface
,
textSize
:
Float
)
Content copied to clipboard
Font
Link copied to clipboard
desktop
fun
Font
(
awtFont
:
Font
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
android
common
desktop
actual
object
Companion
Content copied to clipboard
expect
object
Companion
Content copied to clipboard
actual
object
Companion
Content copied to clipboard
Functions
with
Size
Link copied to clipboard
android
common
desktop
actual
fun
withSize
(
textSize
:
Float
)
:
Font
Content copied to clipboard
Returns a copy of this font with given
textSize
.
expect
fun
withSize
(
textSize
:
Float
)
:
Font
Content copied to clipboard
Returns a copy of this font with given
textSize
.
actual
fun
withSize
(
textSize
:
Float
)
:
Font
Content copied to clipboard
Returns a copy of this font with given
textSize
.