You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied the example for setting a font size, made two LaTeX labels with different settings, and they are rendering with the same height. I did notice a shift in line height.
LaTeX("\\text{Euler's identity is } e^{i\\pi}+1=0\\text{.}") .font(.system(size: 50)) .parsingMode(.all)
Using Xcode 15.2
The text was updated successfully, but these errors were encountered:
I copied the example for setting a font size, made two LaTeX labels with different settings, and they are rendering with the same height. I did notice a shift in line height.
LaTeX("\\text{Euler's identity is } e^{i\\pi}+1=0\\text{.}") .font(.system(size: 50)) .parsingMode(.all)
Using Xcode 15.2
The text was updated successfully, but these errors were encountered: