I am trying to scale the mtpro2 font to work with the newtxtext font package. That is because I observed that the inline math equations in the footnotes are slightly bigger or rather different than the text around it. I am sure that it is the case.
I have been trying to follow the answer of the question Scaling the mtpro2 fonts to work with Baskerville, and I only have one problem: what is the x-height of newtxtext? If I use the code from that answer without changing it, then the resulting math font will be smaller than the text font.
Here is an MWE for you to test your answer:
\documentclass{article}
\usepackage{newtxtext}
\usepackage[lite,subscriptcorrection,nofontinfo]{mtpro2}
\begin{document}
Some ordinarily sized text. $x^2 + y^2 = z^2$\footnote{Some ordinarily sized footnote text. $x^2 + y^2 + z^2$ Here are two numbers, the first one is text, the second one is math: 0$0$}
\end{document}
P.S. Do you know an archive that has the x-heights of all the fonts? It will be really helpful.

