verybadcat/CSharpMath

Some math fonts not showing up in android device

Closed this issue · 4 comments

Screenshot_20191103-012304

I know how to fix that, will make PR soon.

Oops sorry, this is related to <e:SvgButton StyleClass="Fraction"/> not the fonts, probably some dpi problems, i'll try to fix this tomorrow.

On IOS there's no such problem?. I've investigated little bit, seems like for android device, button's ImageSource not showing up any image. I even tried ImageSource.FromFile , ImageSource.FromUrl none of them worked.

How do you use the equations or math font on your buttons like x or y. Can I see the code of one button?

Completely removed SVGs from CSharpMath.Forms.Example. All buttons now display math from MathPainter directly.