I’m trying to display a LaTex item in android in an ImageView. I’m using jlatexmath library. So far, I’ve got TexIcon object from formula. Now I’d like to display that content in ImageView (or anywhere, just need to display them in activity). One way would be to convert it to bitmap or png then display in ImageView, but I’m not