I am working on a grant application that has to have 11pt font. I am using the following code and the research office is telling me the actual font is 10.9. How can I fix this issue?
\RequirePackage{fix-cm}
\documentclass[11pt,oneside]{article}
\usepackage{fontspec}
\setmainfont{Arial}
\defaultfontfeatures{Scale=MatchLowercase}
\defaultfontfeatures[\rmfamily]{Ligatures=Tex, Scale=1}
\nonfrenchspacing
\fontspec{texgyretermes-regular.otf}[WordSpace = 0.1]
\fontspec{texgyreschola-regular.otf}[PunctuationSpace=0]
\begin{document}
...
\end{document}
Many thanks. Cheers, Jason
1pt = 0.35146 mmand therefore0.1pt = 0.035146 mm. I am not sure that a difference of three hundredths of a millimetre is detectable. What are the various units (ex, em, in, pt, bp, dd, pc) expressed in mm? – AndréC Jul 01 '19 at 19:46/F1 10.9091. – egreg Jul 01 '19 at 19:57qpdfto uncompress it. – egreg Jul 01 '19 at 21:21xelatex -output-driver="xdvipdfmx -z 0" <filename>and then look at the PDF file with a text editor. Font declaration start with/F<number>.qpdfis an external utility that can postprocess PDF files. – egreg Jul 01 '19 at 21:29