kostub / iosMath

Beautiful math equation rendering on iOS and MacOS
MIT License
1.37k stars 234 forks source link

Not supported ”\biggl(“ #184

Open caicaibuchicai opened 1 year ago

caicaibuchicai commented 1 year ago

let later = "\int_1^2f\bigg(\frac1x\biggr)dx=" let mathLabel = MTMathUILabel(frame: CGRectMake(0, 0, 300, 300 )) mathLabel.latex = later mathLabel.textColor = .black mathLabel.textAlignment = .center view.addSubview(mathLabel)

截屏2023-10-11 17 09 35

caicaibuchicai commented 1 year ago

MTMathAtomFactory.addLatexSymbol("bigg", value: MTMathAtomFactory.operator(withName: "", limits: true))