jianzhongli / MathView

A library for displaying math formula in Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get boolean if the text is rendered

pj-mathematician opened this issue · comments

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