ShaMan123 / react-native-math-view

Math view for react native! No WebView!
https://github.com/ShaMan123/react-native-math-view
MIT License
79 stars 25 forks source link

Custom Fonts #44

Open znyrsukki opened 3 years ago

ShaMan123 commented 3 years ago

This a tracker issue for all custom font related issues

Custom fonts are not supported yet

Read this from Mathjax docs:

MathJax version 3 currently supports only one font, the MathJax TeX font https://docs.mathjax.org/en/latest/output/fonts.html?highlight=font#mathjax-font-support

Font sizing etc.

  1. try passing a config prop
  2. You will need to add options for the relevant entity so it will be picked up by mathjax: https://github.com/ShaMan123/react-native-math-view/blob/master/src/mathjax/MathjaxAdaptor.ts
ShaMan123 commented 3 years ago

related #42 related #43

Sheharyar566 commented 3 years ago

what about the font size?

ShaMan123 commented 3 years ago

@Sheharyar566 #26 Look at config prop