Hi guys, I was thinking. What is the most viable way of drawing math symbols (fractions, vector arrows, powers, root symbols etc) on Android preferably in Compose? I’m aware of LaTeX but I want to be able to use custom font + have it performant a bit. For context, I have a math test app and I want to give it a fresh look and looking for a way to write questions in some other way instead of LaTeX
😶 3
c
CLOVIS
01/06/2023, 2:18 PM
You can use custom fonts with LaTeX… AFAIK it's quite fast? Why do you not want to use it
l
Lukas Anda
01/06/2023, 2:18 PM
Because of Jetpack Compose. I may not found a good library for that but the one I have creates a drawable which I have to set in an imageview.