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

commonMain.ru.casperix.multiplatform.text.impl.TextView.kt Maven / Gradle / Ivy

The newest version!
package ru.casperix.multiplatform.text.impl

import ru.casperix.math.color.Color
import ru.casperix.multiplatform.font.FontReference

data class TextView(val text: String, val font: FontReference, val foreground: Color, val background: Color? = null)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy