jianzhongli / MathView

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

TextSize in Mathjax #73

Open JHM69 opened 4 years ago

JHM69 commented 4 years ago

I can't change mathjax text size? How can I change the text size?

MatanelAbayof commented 4 years ago

Use: $$\<font_size_name> <expression>$$

Examples: $${\small 1+1 = 2}$$ $${\huge 2+2 = 4}$$

for more information click here

JHM69 commented 4 years ago

Thank you😘