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

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

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

data class FontLeading(val factor:Float) {
	companion object {
		val LIGHT = FontLeading(1.4f)
		val NORMAL = FontLeading(1f)
		val DENSITY = FontLeading(0.6f)
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy