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