measureTextWidth

@Composable
fun measureTextWidth(text: String, style: TextStyle = LocalStyle.current): Dp
@Composable
fun measureTextWidth(items: List<String>, style: TextStyle = LocalStyle.current, standard: String = ""): Dp