retrieveTextStyle

fun retrieveTextStyle(fontKey: String, colorKey: String? = null, lineHeight: TextUnit = TextUnit.Unspecified, bold: Boolean = false, fontStyle: FontStyle = FontStyle.Normal, size: TextUnit = TextUnit.Unspecified): TextStyle
fun retrieveTextStyle(key: String, color: Color = Color.Unspecified, lineHeight: TextUnit = TextUnit.Unspecified, bold: Boolean = false, fontStyle: FontStyle = FontStyle.Normal, size: TextUnit = TextUnit.Unspecified): TextStyle