All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.multiplatform.font.FontReference.kt Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package ru.casperix.multiplatform.font

data class FontReference(
    val name: String,
    val size: Int,
    val weight: FontWeight = FontWeight.NORMAL,
    val style: FontStyle = FontStyle.NORMAL,
    val leading: FontLeading = FontLeading.NORMAL,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy