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
