react-native-math-view icon indicating copy to clipboard operation
react-native-math-view copied to clipboard

Custom Fonts

Open znyrsukki opened this issue 4 years ago • 4 comments

znyrsukki avatar May 08 '21 10:05 znyrsukki

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 avatar May 09 '21 07:05 ShaMan123

related #42 related #43

ShaMan123 avatar May 09 '21 07:05 ShaMan123

what about the font size?

Sheharyar566 avatar Jun 27 '21 05:06 Sheharyar566

@Sheharyar566 #26 Look at config prop

ShaMan123 avatar Jun 27 '21 06:06 ShaMan123