jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 189 forks source link

Get boolean if the text is rendered #77

Open pj-mathematician opened 3 years ago

pj-mathematician commented 3 years ago

Is there a MathView method which returns true if the MathView text is correctly rendered and false if not. Example: $$\int$$ returns true $$$$ returns true

$ returns false $$\i$$ returns false