youssef hachicha
05/22/2024, 11:43 AMsoftWrap = false,
overflow = TextOverflow.Visible,
since it was someHow an overFlow I even tried this
onTextLayout = { textLayoutResult ->
while (textLayoutResult.hasVisualOverflow) {
println("has overFlow")
annotatedStringDFontSize -= 1f
}
},
but nothing it just keeps on printing overFlow, I even tried to only set the first word but somehow its still got an overFlow
if I apply maxLines = 1, then the characters will be invisible as shown in picture 2.
if I use another font the default font for example it works fine without even including maxLines = 1 as shown in picture 3. Has anyone faced an issue like this?Blundell
05/22/2024, 3:15 PMBlundell
05/22/2024, 3:15 PMI even tried to only set the first word but somehow its still got an overFlowhow can it overflow with a single word?
Blundell
05/22/2024, 3:19 PMBlundell
05/22/2024, 3:20 PMBlundell
05/22/2024, 3:21 PMyoussef hachicha
05/23/2024, 5:20 AMyoussef hachicha
05/23/2024, 5:22 AMyoussef hachicha
05/23/2024, 5:23 AMBlundell
05/23/2024, 10:29 AMyoussef hachicha
05/23/2024, 11:00 AMBlundell
05/24/2024, 8:31 AMBlundell
05/24/2024, 8:33 AMyoussef hachicha
05/24/2024, 8:34 AMBlundell
05/24/2024, 8:34 AMBlundell
05/24/2024, 8:35 AMyoussef hachicha
05/24/2024, 8:38 AMBlundell
05/27/2024, 8:03 PM