Kostub Deshmukh

Results 47 comments of Kostub Deshmukh

@AnZhg @wingsiu Shouldn't Emoji work similarly? Emoji characters are just unicode characters, so as long as there is a font has supports the emoji characters they should be able to...

Fonts are not rendered using bezier path, fonts are rendered using `CoreText` which is the underlying text formatting for all iOS apps. Would `CoreText` not rendered the colorized versions as...

> So bezier path is only used to render non-text elements? (e.g. root symbol) Only the lines - fraction line, the top of the square root, underline, overline etc. Even...

Can you please elaborate on your question or provide me an example of where it is not working? Are you referring to the `\\text` command not working? If so, it...

Can you please add the latex code that MathJax is generating? You do not need to use MathJax if you use MTMathUILabel.

Are you sure the text says `&` and not `&`? A web view will display `&` as an &.

iosMath expects the text to be formatted as proper LaTeX. `&` is not valid LaTeX and thus cannot be understood. Can you please provide an example of your code where...

Yes to use \[ set `labelMode` to `kMTMathUILabelModeDisplay`. (This is the default). To center an equation set `textAlignment` to `kMTTextAlignmentCenter`. (The default is left aligned.)

Can you provide the latex syntax for something like what you are trying to achieve? It might be better to use 2 MTMathUILabels to do what you are trying to...

Thanks for this code. Reopening to track merging this in.