Typeface
Kotlin
|Java
interface Typeface
androidx.compose.ui.text.font.Typeface |
A class that can be used for changing the font used in text.
Summary
Properties | |
---|---|
abstract FontFamily? |
The font family used for creating this Typeface. |
Properties
fontFamily
abstract val fontFamily: FontFamily?
The font family used for creating this Typeface. If a platform Typeface was used, will return null.