commonMain.io.github.mirzemehdi.kmpauth_uihelper.generated.resources.Font0.commonMain.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kmpauth-uihelper-jvm Show documentation
Show all versions of kmpauth-uihelper-jvm Show documentation
Kotlin Multiplatform Authentication Library targeting ios and android
@file:OptIn(org.jetbrains.compose.resources.InternalResourceApi::class)
package io.github.mirzemehdi.kmpauth_uihelper.generated.resources
import kotlin.OptIn
import kotlin.String
import kotlin.collections.MutableMap
import org.jetbrains.compose.resources.FontResource
import org.jetbrains.compose.resources.InternalResourceApi
private object CommonMainFont0 {
public val roboto_medium: FontResource by
lazy { init_roboto_medium() }
}
@InternalResourceApi
internal fun _collectCommonMainFont0Resources(map: MutableMap) {
map.put("roboto_medium", CommonMainFont0.roboto_medium)
}
internal val Res.font.roboto_medium: FontResource
get() = CommonMainFont0.roboto_medium
private fun init_roboto_medium(): FontResource = org.jetbrains.compose.resources.FontResource(
"font:roboto_medium",
setOf(
org.jetbrains.compose.resources.ResourceItem(setOf(),
"composeResources/io.github.mirzemehdi.kmpauth_uihelper.generated.resources/font/roboto_medium.ttf", -1, -1),
)
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy